#AB493E

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

Shades of Roof Terracotta #AB493E

Tints of Roof Terracotta #AB493E

Color information

#AB493E (or 0xAB493E) is unknown color: approx Roof Terracotta. HEX triplet: AB, 49 and 3E. RGB value is (171,73,62). Sum of RGB (Red+Green+Blue) = 171+73+62=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB493E is #54B6C1. Grayscale: #656565. Windows color (decimal): -5551810 or 4082091. OLE color: 4082091.

HSL color Cylindrical-coordinate representation of color #AB493E: hue angle of 6.06º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB493E is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1717362-
CMYK00.570.640.33
HSL6.06º46.78%45.69%-
HSV(B)6.06º63.74%67.06%-
XYZ20.0513.776.16-
YUV101.05105.97177.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=55.88%
G=23.86%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171736200.570.640.336.0646.7845.69
HexAB493E039402162f2e
Octal253111760711004165756
Binary10101011100100111111001110011000000100001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB493E; }

 p { color: rgb(171,73,62); }

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

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

 a { background-color: rgb(171,73,62); }

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

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

 span { border-color: rgb(171,73,62); }

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