#A1483F

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

Shades of Roof Terracotta #A1483F

Tints of Roof Terracotta #A1483F

Color information

#A1483F (or 0xA1483F) is unknown color: approx Roof Terracotta. HEX triplet: A1, 48 and 3F. RGB value is (161,72,63). Sum of RGB (Red+Green+Blue) = 161+72+63=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1483F is #5EB7C0. Grayscale: #616161. Windows color (decimal): -6207425 or 4147361. OLE color: 4147361.

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

Color convert

RGB1617263-
CMYK00.550.610.37
HSL5.51º43.75%43.92%-
HSV(B)5.51º60.87%63.14%-
XYZ17.9112.576.18-
YUV97.58108.49173.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 72 (28.52% from 255) = 24.32%
BLUE value IS 63 (25% from 255) = 21.28%
R=54.39%
G=24.32%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161726300.550.610.375.5143.7543.92
HexA1483F0373D2562c2c
Octal24111077067754565454
Binary1010000110010001111110110111111101100101110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1483F; }

 p { color: rgb(161,72,63); }

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

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

 a { background-color: rgb(161,72,63); }

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

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

 span { border-color: rgb(161,72,63); }

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