#A54240

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

Shades of Roof Terracotta #A54240

Tints of Roof Terracotta #A54240

Color information

#A54240 (or 0xA54240) is unknown color: approx Roof Terracotta. HEX triplet: A5, 42 and 40. RGB value is (165,66,64). Sum of RGB (Red+Green+Blue) = 165+66+64=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A54240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54240 is #5ABDBF. Grayscale: #5F5F5F. Windows color (decimal): -5946816 or 4211365. OLE color: 4211365.

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

Color convert

RGB1656664-
CMYK00.600.610.35
HSL1.19º44.1%44.9%-
HSV(B)1.19º61.21%64.71%-
XYZ18.3912.276.25-
YUV95.37110.3177.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.93%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=55.93%
G=22.37%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165666400.600.610.351.1944.144.9
HexA5424003C3D2312c2d
Octal245102100074754315455
Binary101001011000010100000001111001111011000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54240; }

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

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

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

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

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

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

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

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