#A1453E

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

Shades of Roof Terracotta #A1453E

Tints of Roof Terracotta #A1453E

Color information

#A1453E (or 0xA1453E) is unknown color: approx Roof Terracotta. HEX triplet: A1, 45 and 3E. RGB value is (161,69,62). Sum of RGB (Red+Green+Blue) = 161+69+62=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1453E is #5EBAC1. Grayscale: #5F5F5F. Windows color (decimal): -6208194 or 4081057. OLE color: 4081057.

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

Color convert

RGB1616962-
CMYK00.570.610.37
HSL4.24º44.39%43.73%-
HSV(B)4.24º61.49%63.14%-
XYZ17.712.185.98-
YUV95.71108.98174.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=55.14%
G=23.63%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161696200.570.610.374.2444.3943.73
HexA1453E0393D2542c2c
Octal24110576071754545454
Binary1010000110001011111100111001111101100101100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1453E; }

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

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

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

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

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

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

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

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