#A54542

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

Shades of Roof Terracotta #A54542

Tints of Roof Terracotta #A54542

Color information

#A54542 (or 0xA54542) is unknown color: approx Roof Terracotta. HEX triplet: A5, 45 and 42. RGB value is (165,69,66). Sum of RGB (Red+Green+Blue) = 165+69+66=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A54542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54542 is #5ABABD. Grayscale: #616161. Windows color (decimal): -5946046 or 4343205. OLE color: 4343205.

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

Color convert

RGB1656966-
CMYK00.580.600.35
HSL1.82º42.86%45.29%-
HSV(B)1.82º60%64.71%-
XYZ18.6312.656.61-
YUV97.36110.3176.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 66 (26.17% from 255) = 22%
R=55%
G=23%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165696600.580.600.351.8242.8645.29
HexA5454203A3C2322b2d
Octal245105102072744325355
Binary1010010110001011000010011101011110010001110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54542; }

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

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

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

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

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

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

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

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