#ADBAAF

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

Shades of Gum Leaf #ADBAAF

Tints of Gum Leaf #ADBAAF

Color information

#ADBAAF (or 0xADBAAF) is unknown color: approx Gum Leaf. HEX triplet: AD, BA and AF. RGB value is (173,186,175). Sum of RGB (Red+Green+Blue) = 173+186+175=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBAAF is #524550. Grayscale: #B4B4B4. Windows color (decimal): -5391697 or 11516589. OLE color: 11516589.

HSL color Cylindrical-coordinate representation of color #ADBAAF: hue angle of 129.23º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBAAF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB173186175-
CMYK0.0700.060.27
HSL129.23º8.61%70.39%-
HSV(B)129.23º6.99%72.94%-
XYZ42.5347.147.41-
YUV180.86124.69122.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=32.40%
G=34.83%
B=32.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731861750.0700.060.27129.238.6170.39
HexADBAAF7061B81946
Octal2552722577063320111106
Binary1010110110111010101011111110110110111000000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAAF; }

 p { color: rgb(173,186,175); }

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

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

 a { background-color: rgb(173,186,175); }

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

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

 span { border-color: rgb(173,186,175); }

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