#A5453F

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

Shades of Roof Terracotta #A5453F

Tints of Roof Terracotta #A5453F

Color information

#A5453F (or 0xA5453F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 45 and 3F. RGB value is (165,69,63). Sum of RGB (Red+Green+Blue) = 165+69+63=297 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.56% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 165 - color contains mainly: red. Hex color #A5453F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5453F is #5ABAC0. Grayscale: #616161. Windows color (decimal): -5946049 or 4146597. OLE color: 4146597.

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

Color convert

RGB1656963-
CMYK00.580.620.35
HSL3.53º44.74%44.71%-
HSV(B)3.53º61.82%64.71%-
XYZ18.5412.616.16-
YUV97.02108.8176.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55.56%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 63 (25% from 255) = 21.21%
R=55.56%
G=23.23%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165696300.580.620.353.5344.7444.71
HexA5453F03A3E2342d2d
Octal24510577072764345555
Binary1010010110001011111110111010111110100011100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5453F; }

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

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

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

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

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

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

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

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