#A64A43

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

Shades of Roof Terracotta #A64A43

Tints of Roof Terracotta #A64A43

Color information

#A64A43 (or 0xA64A43) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4A and 43. RGB value is (166,74,67). Sum of RGB (Red+Green+Blue) = 166+74+67=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A43 is #59B5BC. Grayscale: #646464. Windows color (decimal): -5879229 or 4410022. OLE color: 4410022.

HSL color Cylindrical-coordinate representation of color #A64A43: hue angle of 4.24º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64A43 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1667467-
CMYK00.550.600.35
HSL4.24º42.49%45.69%-
HSV(B)4.24º59.64%65.1%-
XYZ19.1913.416.89-
YUV100.71108.98174.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.07%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 67 (26.56% from 255) = 21.82%
R=54.07%
G=24.10%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166746700.550.600.354.2442.4945.69
HexA64A430373C2342a2e
Octal246112103067744345256
Binary10100110100101010000110110111111100100011100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A43; }

 p { color: rgb(166,74,67); }

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

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

 a { background-color: rgb(166,74,67); }

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

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

 span { border-color: rgb(166,74,67); }

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