#A54442

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

Shades of Roof Terracotta #A54442

Tints of Roof Terracotta #A54442

Color information

#A54442 (or 0xA54442) is unknown color: approx Roof Terracotta. HEX triplet: A5, 44 and 42. RGB value is (165,68,66). Sum of RGB (Red+Green+Blue) = 165+68+66=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A54442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54442 is #5ABBBD. Grayscale: #606060. Windows color (decimal): -5946302 or 4342949. OLE color: 4342949.

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

Color convert

RGB1656866-
CMYK00.590.600.35
HSL1.21º42.86%45.29%-
HSV(B)1.21º60%64.71%-
XYZ18.5712.536.59-
YUV96.78110.64176.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.18%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 66 (26.17% from 255) = 22.07%
R=55.18%
G=22.74%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165686600.590.600.351.2142.8645.29
HexA5444203B3C2312b2d
Octal245104102073744315355
Binary101001011000100100001001110111111001000111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54442; }

 p { color: rgb(165,68,66); }

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

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

 a { background-color: rgb(165,68,66); }

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

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

 span { border-color: rgb(165,68,66); }

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