#A5423F

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

Shades of Roof Terracotta #A5423F

Tints of Roof Terracotta #A5423F

Color information

#A5423F (or 0xA5423F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 42 and 3F. RGB value is (165,66,63). Sum of RGB (Red+Green+Blue) = 165+66+63=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5423F is #5ABDC0. Grayscale: #5F5F5F. Windows color (decimal): -5946817 or 4145829. OLE color: 4145829.

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

Color convert

RGB1656663-
CMYK00.600.620.35
HSL1.76º44.74%44.71%-
HSV(B)1.76º61.82%64.71%-
XYZ18.3612.256.1-
YUV95.26109.8177.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.12%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 63 (25% from 255) = 21.43%
R=56.12%
G=22.45%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165666300.600.620.351.7644.7444.71
HexA5423F03C3E2322d2d
Octal24510277074764325555
Binary101001011000010111111011110011111010001110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5423F; }

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

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

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

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

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

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

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

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