Html Css Color HEX #ADB1AE Gum Leaf

📋 copy color: '#ADB1AE'

red 173 ◦ green 177 ◦ blue 174

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

Shades of Gum Leaf #ADB1AE

Tints of Gum Leaf #ADB1AE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.78%

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 33.02%
G = 33.78%
B = 33.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#ADB1AE (or 0xADB1AE) is known color: Gum Leaf. HEX triplet: AD, B1 and AE. RGB value is (173,177,174). Sum of RGB (Red+Green+Blue) = 173+177+174=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AE is #524E51. Grayscale: #AFAFAF. Windows color (decimal): -5394002 or 11448749. OLE color: 11448749.

HSL color Cylindrical-coordinate representation of color #ADB1AE: hue angle of 135º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #ADB1AE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 174 -
CMYK 0.02 0 0.02 0.31
HSL 135º 0.03% 0.69% -
HSV(B) 135º 0.02% 0.69% -
XYZ 40.6 43.38 46.28 -
YUV 175.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 173 177 174 0.02 0 0.02 0.31 135 0.03 0.69
Hex AD B1 AE 2 0 2 1F 87 2 45
Octal 255 261 256 2 0 2 37 207 2 105
Binary 10101101 10110001 10101110 10 0 10 11111 10000111 10 1000101

Color Harmonies of #ADB1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1AE

Black with #ADB1AE

Text Example


Text Example

White with #ADB1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB1AE; }

 p { color: rgb(173,177,174); }

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

background-color css

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

 a { background-color: rgb(173,177,174); }

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

border-color css

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

 span { border-color: rgb(173,177,174); }

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