#A0423E

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

Shades of Roof Terracotta #A0423E

Tints of Roof Terracotta #A0423E

Color information

#A0423E (or 0xA0423E) is unknown color: approx Roof Terracotta. HEX triplet: A0, 42 and 3E. RGB value is (160,66,62). Sum of RGB (Red+Green+Blue) = 160+66+62=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0423E is #5FBDC1. Grayscale: #5D5D5D. Windows color (decimal): -6274498 or 4080288. OLE color: 4080288.

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

Color convert

RGB1606662-
CMYK00.590.610.37
HSL2.45º44.14%43.53%-
HSV(B)2.45º61.25%62.75%-
XYZ17.3111.725.91-
YUV93.65110.14175.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=55.56%
G=22.92%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160666200.590.610.372.4544.1443.53
HexA0423E03B3D2522c2c
Octal24010276073754525454
Binary101000001000010111110011101111110110010110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0423E; }

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

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

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

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

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

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

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

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