#AB7264

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

Shades of Coral Tree #AB7264

Tints of Coral Tree #AB7264

Color information

#AB7264 (or 0xAB7264) is unknown color: approx Coral Tree. HEX triplet: AB, 72 and 64. RGB value is (171,114,100). Sum of RGB (Red+Green+Blue) = 171+114+100=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7264 is #548D9B. Grayscale: #818181. Windows color (decimal): -5541276 or 6582955. OLE color: 6582955.

HSL color Cylindrical-coordinate representation of color #AB7264: hue angle of 11.83º 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 #AB7264 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB171114100-
CMYK00.330.420.33
HSL11.83º29.71%53.14%-
HSV(B)11.83º41.52%67.06%-
XYZ25.1121.6114.9-
YUV129.45111.38157.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=44.42%
G=29.61%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111410000.330.420.3311.8329.7153.14
HexAB72640212A21c1e35
Octal2531621440415241143665
Binary10101011111001011001000100001101010100001110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7264; }

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

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

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

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

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

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

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

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