#A24545

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

Shades of Roof Terracotta #A24545

Tints of Roof Terracotta #A24545

Color information

#A24545 (or 0xA24545) is unknown color: approx Roof Terracotta. HEX triplet: A2, 45 and 45. RGB value is (162,69,69). Sum of RGB (Red+Green+Blue) = 162+69+69=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A24545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24545 is #5DBABA. Grayscale: #606060. Windows color (decimal): -6142651 or 4539810. OLE color: 4539810.

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

Color convert

RGB1626969-
CMYK00.570.570.36
HSL40.26%45.29%-
HSV(B)57.41%63.53%-
XYZ18.112.377.06-
YUV96.81112.31174.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 69 (27.34% from 255) = 23%
R=54%
G=23%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162696900.570.570.36040.2645.29
HexA2454503939240282d
Octal242105105071714405055
Binary101000101000101100010101110011110011001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24545; }

 p { color: rgb(162,69,69); }

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

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

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

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

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

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

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