#A44743

Color #A44743 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #A44743

Tints of Roof Terracotta #A44743

Color information

#A44743 (or 0xA44743) is unknown color: approx Roof Terracotta. HEX triplet: A4, 47 and 43. RGB value is (164,71,67). Sum of RGB (Red+Green+Blue) = 164+71+67=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44743 is #5BB8BC. Grayscale: #626262. Windows color (decimal): -6011069 or 4409252. OLE color: 4409252.

HSL color Cylindrical-coordinate representation of color #A44743: hue angle of 2.47º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44743 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB1647167-
CMYK00.570.590.36
HSL2.47º41.99%45.29%-
HSV(B)2.47º59.15%64.31%-
XYZ18.5812.86.8-
YUV98.35110.31174.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 54.30%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 67 (26.56% from 255) = 22.19%
R=54.30%
G=23.51%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164716700.570.590.362.4741.9945.29
HexA447430393B2422a2d
Octal244107103071734425255
Binary1010010010001111000011011100111101110010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44743; }

 p { color: rgb(164,71,67); }

 H1.HeaderClassName
 {
   color: #A44743;
 }
 .AnyTagClassName
 {
   color: #A44743;
 }
</style>
background-color css

<style>
 a { background-color: #A44743; }

 a { background-color: rgb(164,71,67); }

 div.DivClassName
 {
   background-color: #A44743;
 }
 .BgClassName
 {
   background-color: #A44743;
 }
</style>
border-color css

<style>
 span { border-color: #A44743; }

 span { border-color: rgb(164,71,67); }

 td.TdClassName
 {
   border-color: #A44743;
 }
 .TagClassName
 {
   border-color: #A44743;
 }
</style>