#A44A3E

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

Shades of Roof Terracotta #A44A3E

Tints of Roof Terracotta #A44A3E

Color information

#A44A3E (or 0xA44A3E) is unknown color: approx Roof Terracotta. HEX triplet: A4, 4A and 3E. RGB value is (164,74,62). Sum of RGB (Red+Green+Blue) = 164+74+62=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3E is #5BB5C1. Grayscale: #636363. Windows color (decimal): -6010306 or 4082340. OLE color: 4082340.

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

Color convert

RGB1647462-
CMYK00.550.620.36
HSL7.06º45.13%44.31%-
HSV(B)7.06º62.2%64.31%-
XYZ18.6313.146.11-
YUV99.54106.82173.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=54.67%
G=24.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164746200.550.620.367.0645.1344.31
HexA44A3E0373E2472d2c
Octal24411276067764475554
Binary1010010010010101111100110111111110100100111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A3E; }

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

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

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

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

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

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

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

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