#A64B4A

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

Shades of Roof Terracotta #A64B4A

Tints of Roof Terracotta #A64B4A

Color information

#A64B4A (or 0xA64B4A) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4B and 4A. RGB value is (166,75,74). Sum of RGB (Red+Green+Blue) = 166+75+74=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B4A is #59B4B5. Grayscale: #666666. Windows color (decimal): -5878966 or 4869030. OLE color: 4869030.

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

Color convert

RGB1667574-
CMYK00.550.550.35
HSL0.65º38.33%47.06%-
HSV(B)0.65º55.42%65.1%-
XYZ19.4813.638.08-
YUV102.1112.15173.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 75 (29.69% from 255) = 23.81%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=52.70%
G=23.81%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166757400.550.550.350.6538.3347.06
HexA64B4A03737231262f
Octal246113112067674314657
Binary101001101001011100101001101111101111000111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64B4A; }

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

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

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

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

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

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

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

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