#A2463F

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

Shades of Roof Terracotta #A2463F

Tints of Roof Terracotta #A2463F

Color information

#A2463F (or 0xA2463F) is unknown color: approx Roof Terracotta. HEX triplet: A2, 46 and 3F. RGB value is (162,70,63). Sum of RGB (Red+Green+Blue) = 162+70+63=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2463F is #5DB9C0. Grayscale: #606060. Windows color (decimal): -6142401 or 4146850. OLE color: 4146850.

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

Color convert

RGB1627063-
CMYK00.570.610.36
HSL4.24º44%44.12%-
HSV(B)4.24º61.11%63.53%-
XYZ17.9912.426.15-
YUV96.71108.98174.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 63 (25% from 255) = 21.36%
R=54.92%
G=23.73%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162706300.570.610.364.244444.12
HexA2463F0393D2442c2c
Octal24210677071754445454
Binary1010001010001101111110111001111101100100100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2463F; }

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

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

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

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

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

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

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

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