#A64B43

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

Shades of Roof Terracotta #A64B43

Tints of Roof Terracotta #A64B43

Color information

#A64B43 (or 0xA64B43) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 43. RGB value is (166,75,67). Sum of RGB (Red+Green+Blue) = 166+75+67=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B43 is #59B4BC. Grayscale: #656565. Windows color (decimal): -5878973 or 4410278. OLE color: 4410278.

HSL color Cylindrical-coordinate representation of color #A64B43: hue angle of 4.85º 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 #A64B43 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB1667567-
CMYK00.550.600.35
HSL4.85º42.49%45.69%-
HSV(B)4.85º59.64%65.1%-
XYZ19.2613.546.91-
YUV101.3108.65174.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 67 (26.56% from 255) = 21.75%
R=53.90%
G=24.35%
B=21.75%

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
Decimal166756700.550.600.354.8542.4945.69
HexA64B430373C2352a2e
Octal246113103067744355256
Binary10100110100101110000110110111111100100011101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B43; }

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

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

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

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

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

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

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

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