#ABB7AD

Color #ABB7AD Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ABB7AD

Tints of Gum Leaf #ABB7AD

Color information

#ABB7AD (or 0xABB7AD) is unknown color: approx Gum Leaf. HEX triplet: AB, B7 and AD. RGB value is (171,183,173). Sum of RGB (Red+Green+Blue) = 171+183+173=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7AD is #544852. Grayscale: #B2B2B2. Windows color (decimal): -5523539 or 11384747. OLE color: 11384747.

HSL color Cylindrical-coordinate representation of color #ABB7AD: hue angle of 130º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7AD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB171183173-
CMYK0.0700.050.28
HSL130º7.69%69.41%-
HSV(B)130º6.56%71.76%-
XYZ41.2745.5446.15-
YUV178.27125.02122.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=32.45%
G=34.72%
B=32.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831730.0700.050.281307.6969.41
HexABB7AD7051C82845
Octal2532672557053420210105
Binary1010101110110111101011011110101111001000001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7AD; }

 p { color: rgb(171,183,173); }

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

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

 a { background-color: rgb(171,183,173); }

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

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

 span { border-color: rgb(171,183,173); }

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