#A54040

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

Shades of Roof Terracotta #A54040

Tints of Roof Terracotta #A54040

Color information

#A54040 (or 0xA54040) is unknown color: approx Roof Terracotta. HEX triplet: A5, 40 and 40. RGB value is (165,64,64). Sum of RGB (Red+Green+Blue) = 165+64+64=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A54040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54040 is #5ABFBF. Grayscale: #5E5E5E. Windows color (decimal): -5947328 or 4210853. OLE color: 4210853.

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

Color convert

RGB1656464-
CMYK00.610.610.35
HSL44.1%44.9%-
HSV(B)61.21%64.71%-
XYZ18.2812.046.21-
YUV94.2110.96178.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.31%
GREEN value IS 64 (25.39% from 255) = 21.84%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=56.31%
G=21.84%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165646400.610.610.35044.144.9
HexA5404003D3D2302c2d
Octal245100100075754305455
Binary101001011000000100000001111011111011000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54040; }

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

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

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

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

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

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

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

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