Html Css Color HEX #A8B9AA Gum Leaf

📋 copy color: '#A8B9AA'

red 168 ◦ green 185 ◦ blue 170

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

Shades of Gum Leaf #A8B9AA

Tints of Gum Leaf #A8B9AA

RGB

 RED value IS 168 (66.02% from 255) = 32.12%

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 32.12%
G = 35.37%
B = 32.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A8B9AA (or 0xA8B9AA) is known color: Gum Leaf. HEX triplet: A8, B9 and AA. RGB value is (168,185,170). Sum of RGB (Red+Green+Blue) = 168+185+170=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AA is #574655. Grayscale: #B2B2B2. Windows color (decimal): -5719638 or 11188648. OLE color: 11188648.

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

Color convert

RGB 168 185 170 -
CMYK 0.09 0 0.08 0.27
HSL 127.06º 0.11% 0.69% -
HSV(B) 127.06º 0.09% 0.73% -
XYZ 40.75 45.93 44.75 -
YUV 178.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 168 185 170 0.09 0 0.08 0.27 127.06 0.11 0.69
Hex A8 B9 AA 9 0 8 1B 7F B 45
Octal 250 271 252 11 0 10 33 177 13 105
Binary 10101000 10111001 10101010 1001 0 1000 11011 1111111 1011 1000101

Color Harmonies of #A8B9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9AA

Black with #A8B9AA

Text Example


Text Example

White with #A8B9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9AA; }

 p { color: rgb(168,185,170); }

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

background-color css

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

 a { background-color: rgb(168,185,170); }

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

border-color css

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

 span { border-color: rgb(168,185,170); }

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