#A1423E

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

Shades of Roof Terracotta #A1423E

Tints of Roof Terracotta #A1423E

Color information

#A1423E (or 0xA1423E) is unknown color: approx Roof Terracotta. HEX triplet: A1, 42 and 3E. RGB value is (161,66,62). Sum of RGB (Red+Green+Blue) = 161+66+62=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 62 (24.61% from 255 or 21.45% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A1423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1423E is #5EBDC1. Grayscale: #5E5E5E. Windows color (decimal): -6208962 or 4080289. OLE color: 4080289.

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

Color convert

RGB1616662-
CMYK00.590.610.37
HSL2.42º44.39%43.73%-
HSV(B)2.42º61.49%63.14%-
XYZ17.5211.825.92-
YUV93.95109.97175.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.71%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 62 (24.61% from 255) = 21.45%
R=55.71%
G=22.84%
B=21.45%

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
Decimal161666200.590.610.372.4244.3943.73
HexA1423E03B3D2522c2c
Octal24110276073754525454
Binary101000011000010111110011101111110110010110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1423E; }

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

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

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

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

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

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

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

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