#AB766A

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

Shades of Coral Tree #AB766A

Tints of Coral Tree #AB766A

Color information

#AB766A (or 0xAB766A) is unknown color: approx Coral Tree. HEX triplet: AB, 76 and 6A. RGB value is (171,118,106). Sum of RGB (Red+Green+Blue) = 171+118+106=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB766A is #548995. Grayscale: #848484. Windows color (decimal): -5540246 or 6977195. OLE color: 6977195.

HSL color Cylindrical-coordinate representation of color #AB766A: hue angle of 11.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB766A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB171118106-
CMYK00.310.380.33
HSL11.08º27.9%54.31%-
HSV(B)11.08º38.01%67.06%-
XYZ25.8722.6616.64-
YUV132.48113.06155.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.29%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=43.29%
G=29.87%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111810600.310.380.3311.0827.954.31
HexAB766A01F2621b1c36
Octal2531661520374641133466
Binary1010101111101101101010011111100110100001101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB766A; }

 p { color: rgb(171,118,106); }

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

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

 a { background-color: rgb(171,118,106); }

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

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

 span { border-color: rgb(171,118,106); }

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