#A5403F

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

Shades of Roof Terracotta #A5403F

Tints of Roof Terracotta #A5403F

Color information

#A5403F (or 0xA5403F) is unknown color: approx Roof Terracotta. HEX triplet: A5, 40 and 3F. RGB value is (165,64,63). Sum of RGB (Red+Green+Blue) = 165+64+63=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5403F is #5ABFC0. Grayscale: #5E5E5E. Windows color (decimal): -5947329 or 4145317. OLE color: 4145317.

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

Color convert

RGB1656463-
CMYK00.610.620.35
HSL0.59º44.74%44.71%-
HSV(B)0.59º61.82%64.71%-
XYZ18.2512.036.06-
YUV94.08110.46178.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 63 (25% from 255) = 21.58%
R=56.51%
G=21.92%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165646300.610.620.350.5944.7444.71
HexA5403F03D3E2312d2d
Octal24510077075764315555
Binary10100101100000011111101111011111101000111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5403F; }

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

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

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

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

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

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

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

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