#AB6F64

Color #AB6F64 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AB6F64

Tints of Coral Tree #AB6F64

Color information

#AB6F64 (or 0xAB6F64) is unknown color: approx Coral Tree. HEX triplet: AB, 6F and 64. RGB value is (171,111,100). Sum of RGB (Red+Green+Blue) = 171+111+100=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F64 is #54909B. Grayscale: #7F7F7F. Windows color (decimal): -5542044 or 6582187. OLE color: 6582187.

HSL color Cylindrical-coordinate representation of color #AB6F64: hue angle of 9.3º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6F64 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB171111100-
CMYK00.350.420.33
HSL9.3º29.71%53.14%-
HSV(B)9.3º41.52%67.06%-
XYZ24.7820.9514.79-
YUV127.69112.38158.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 100 (39.45% from 255) = 26.18%
R=44.76%
G=29.06%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111110000.350.420.339.329.7153.14
HexAB6F640232A2191e35
Octal2531571440435241113665
Binary10101011110111111001000100011101010100001100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6F64; }

 p { color: rgb(171,111,100); }

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

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

 a { background-color: rgb(171,111,100); }

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

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

 span { border-color: rgb(171,111,100); }

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