#A2423E

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

Shades of Roof Terracotta #A2423E

Tints of Roof Terracotta #A2423E

Color information

#A2423E (or 0xA2423E) is unknown color: approx Roof Terracotta. HEX triplet: A2, 42 and 3E. RGB value is (162,66,62). Sum of RGB (Red+Green+Blue) = 162+66+62=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A2423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2423E is #5DBDC1. Grayscale: #5E5E5E. Windows color (decimal): -6143426 or 4080290. OLE color: 4080290.

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

Color convert

RGB1626662-
CMYK00.590.620.36
HSL2.4º44.64%43.92%-
HSV(B)2.4º61.73%63.53%-
XYZ17.7211.935.93-
YUV94.25109.8176.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 66 (26.17% from 255) = 22.76%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=55.86%
G=22.76%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162666200.590.620.362.444.6443.92
HexA2423E03B3E2422d2c
Octal24210276073764425554
Binary101000101000010111110011101111111010010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2423E; }

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

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

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

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

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

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

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

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