#A64A3E

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

Shades of Roof Terracotta #A64A3E

Tints of Roof Terracotta #A64A3E

Color information

#A64A3E (or 0xA64A3E) is unknown color: approx Roof Terracotta. HEX triplet: A6, 4A and 3E. RGB value is (166,74,62). Sum of RGB (Red+Green+Blue) = 166+74+62=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64A3E is #59B5C1. Grayscale: #646464. Windows color (decimal): -5879234 or 4082342. OLE color: 4082342.

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

Color convert

RGB1667462-
CMYK00.550.630.35
HSL6.92º45.61%44.71%-
HSV(B)6.92º62.65%65.1%-
XYZ19.0413.356.13-
YUV100.14106.48174.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=54.97%
G=24.50%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166746200.550.630.356.9245.6144.71
HexA64A3E0373F2372e2d
Octal24611276067774375655
Binary1010011010010101111100110111111111100011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64A3E; }

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

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

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

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

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

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

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

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