Html Css Color HEX #ADB6AE Gum Leaf

📋 copy color: '#ADB6AE'

red 173 ◦ green 182 ◦ blue 174

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

Shades of Gum Leaf #ADB6AE

Tints of Gum Leaf #ADB6AE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

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

R = 32.7%
G = 34.4%
B = 32.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#ADB6AE (or 0xADB6AE) is known color: Gum Leaf. HEX triplet: AD, B6 and AE. RGB value is (173,182,174). Sum of RGB (Red+Green+Blue) = 173+182+174=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6AE is #524951. Grayscale: #B2B2B2. Windows color (decimal): -5392722 or 11450029. OLE color: 11450029.

HSL color Cylindrical-coordinate representation of color #ADB6AE: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB6AE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 174 -
CMYK 0.05 0 0.04 0.29
HSL 126.67º 0.06% 0.7% -
HSV(B) 126.67º 0.05% 0.71% -
XYZ 41.6 45.4 46.61 -
YUV 178.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 173 182 174 0.05 0 0.04 0.29 126.67 0.06 0.7
Hex AD B6 AE 5 0 4 1D 7F 6 46
Octal 255 266 256 5 0 4 35 177 6 106
Binary 10101101 10110110 10101110 101 0 100 11101 1111111 110 1000110

Color Harmonies of #ADB6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6AE

Black with #ADB6AE

Text Example


Text Example

White with #ADB6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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