Html Css Color HEX #ADBAAF Gum Leaf

📋 copy color: '#ADBAAF'

red 173 ◦ green 186 ◦ blue 175

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

Shades of Gum Leaf #ADBAAF

Tints of Gum Leaf #ADBAAF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.83%

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

R = 32.4%
G = 34.83%
B = 32.77%

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

#ADBAAF (or 0xADBAAF) is known color: 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

RGB 173 186 175 -
CMYK 0.07 0 0.06 0.27
HSL 129.23º 0.09% 0.7% -
HSV(B) 129.23º 0.07% 0.73% -
XYZ 42.53 47.1 47.41 -
YUV 180.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 173 186 175 0.07 0 0.06 0.27 129.23 0.09 0.7
Hex AD BA AF 7 0 6 1B 81 9 46
Octal 255 272 257 7 0 6 33 201 11 106
Binary 10101101 10111010 10101111 111 0 110 11011 10000001 1001 1000110

Color Harmonies of #ADBAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAAF

Black with #ADBAAF

Text Example


Text Example

White with #ADBAAF

Text Example


Text Example

HTML Codes & Css Web 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>