Html Css Color HEX #ADBBAF Gum Leaf

📋 copy color: '#ADBBAF'

red 173 ◦ green 187 ◦ blue 175

#ADBBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gum Leaf #ADBBAF

Tints of Gum Leaf #ADBBAF

RGB

 RED value IS 173 (67.97% from 255) = 32.34%

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 175 (68.75% from 255) = 32.71%

R = 32.34%
G = 34.95%
B = 32.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#ADBBAF (or 0xADBBAF) is known color: Gum Leaf. HEX triplet: AD, BB and AF. RGB value is (173,187,175). Sum of RGB (Red+Green+Blue) = 173+187+175=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBAF is #524450. Grayscale: #B5B5B5. Windows color (decimal): -5391441 or 11516845. OLE color: 11516845.

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

Color convert

RGB 173 187 175 -
CMYK 0.07 0 0.06 0.27
HSL 128.57º 0.09% 0.71% -
HSV(B) 128.57º 0.07% 0.73% -
XYZ 42.74 47.52 47.48 -
YUV 181.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 173 187 175 0.07 0 0.06 0.27 128.57 0.09 0.71
Hex AD BB AF 7 0 6 1B 81 9 47
Octal 255 273 257 7 0 6 33 201 11 107
Binary 10101101 10111011 10101111 111 0 110 11011 10000001 1001 1000111

Color Harmonies of #ADBBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBAF

Black with #ADBBAF

Text Example


Text Example

White with #ADBBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBAF; }

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

 H1.HeaderClassName
 {
   color: #ADBBAF;
 }
 .AnyTagClassName
 {
   color: #ADBBAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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