#A2413F

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

Shades of Roof Terracotta #A2413F

Tints of Roof Terracotta #A2413F

Color information

#A2413F (or 0xA2413F) is unknown color: approx Roof Terracotta. HEX triplet: A2, 41 and 3F. RGB value is (162,65,63). Sum of RGB (Red+Green+Blue) = 162+65+63=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2413F is #5DBEC0. Grayscale: #5D5D5D. Windows color (decimal): -6143681 or 4145570. OLE color: 4145570.

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

Color convert

RGB1626563-
CMYK00.600.610.36
HSL1.21º44%44.12%-
HSV(B)1.21º61.11%63.53%-
XYZ17.6911.826.05-
YUV93.78110.64176.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 63 (25% from 255) = 21.72%
R=55.86%
G=22.41%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162656300.600.610.361.214444.12
HexA2413F03C3D2412c2c
Octal24210177074754415454
Binary10100010100000111111101111001111011001001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2413F; }

 p { color: rgb(162,65,63); }

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

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

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

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

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

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

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