#AB7266

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

Shades of Coral Tree #AB7266

Tints of Coral Tree #AB7266

Color information

#AB7266 (or 0xAB7266) is unknown color: approx Coral Tree. HEX triplet: AB, 72 and 66. RGB value is (171,114,102). Sum of RGB (Red+Green+Blue) = 171+114+102=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7266 is #548D99. Grayscale: #818181. Windows color (decimal): -5541274 or 6714027. OLE color: 6714027.

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

Color convert

RGB171114102-
CMYK00.330.400.33
HSL10.43º29.11%53.53%-
HSV(B)10.43º40.35%67.06%-
XYZ25.2121.6515.42-
YUV129.68112.38157.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.19%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=44.19%
G=29.46%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111410200.330.400.3310.4329.1153.53
HexAB72660212821a1d36
Octal2531621460415041123566
Binary10101011111001011001100100001101000100001101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7266; }

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

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

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

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

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

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

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

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