#A5413B

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

Shades of Roof Terracotta #A5413B

Tints of Roof Terracotta #A5413B

Color information

#A5413B (or 0xA5413B) is unknown color: approx Roof Terracotta. HEX triplet: A5, 41 and 3B. RGB value is (165,65,59). Sum of RGB (Red+Green+Blue) = 165+65+59=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5413B is #5ABEC4. Grayscale: #5E5E5E. Windows color (decimal): -5947077 or 3883429. OLE color: 3883429.

HSL color Cylindrical-coordinate representation of color #A5413B: hue angle of 3.4º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5413B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1656559-
CMYK00.610.640.35
HSL3.4º47.32%43.92%-
HSV(B)3.4º64.24%64.71%-
XYZ18.212.15.51-
YUV94.22108.13178.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.09%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 59 (23.44% from 255) = 20.42%
R=57.09%
G=22.49%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165655900.610.640.353.447.3243.92
HexA5413B03D402332f2c
Octal245101730751004335754
Binary1010010110000011110110111101100000010001111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5413B; }

 p { color: rgb(165,65,59); }

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

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

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

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

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

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

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