#A2483E

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

Shades of Roof Terracotta #A2483E

Tints of Roof Terracotta #A2483E

Color information

#A2483E (or 0xA2483E) is unknown color: approx Roof Terracotta. HEX triplet: A2, 48 and 3E. RGB value is (162,72,62). Sum of RGB (Red+Green+Blue) = 162+72+62=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2483E is #5DB7C1. Grayscale: #616161. Windows color (decimal): -6141890 or 4081826. OLE color: 4081826.

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

Color convert

RGB1627262-
CMYK00.560.620.36
HSL44.64%43.92%-
HSV(B)61.73%63.53%-
XYZ18.0912.666.05-
YUV97.77107.82173.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.73%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=54.73%
G=24.32%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162726200.560.620.36644.6443.92
HexA2483E0383E2462d2c
Octal24211076070764465554
Binary1010001010010001111100111000111110100100110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2483E; }

 p { color: rgb(162,72,62); }

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

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

 a { background-color: rgb(162,72,62); }

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

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

 span { border-color: rgb(162,72,62); }

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