Html Css Color HEX #A8B9AD Gum Leaf

📋 copy color: '#A8B9AD'

red 168 ◦ green 185 ◦ blue 173

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

Shades of Gum Leaf #A8B9AD

Tints of Gum Leaf #A8B9AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 31.94%
G = 35.17%
B = 32.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#A8B9AD (or 0xA8B9AD) is known color: Gum Leaf. HEX triplet: A8, B9 and AD. RGB value is (168,185,173). Sum of RGB (Red+Green+Blue) = 168+185+173=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B9AD is #574652. Grayscale: #B2B2B2. Windows color (decimal): -5719635 or 11385256. OLE color: 11385256.

HSL color Cylindrical-coordinate representation of color #A8B9AD: hue angle of 137.65º 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 #A8B9AD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 185 173 -
CMYK 0.09 0 0.06 0.27
HSL 137.65º 0.11% 0.69% -
HSV(B) 137.65º 0.09% 0.73% -
XYZ 41.04 46.04 46.26 -
YUV 178.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 168 185 173 0.09 0 0.06 0.27 137.65 0.11 0.69
Hex A8 B9 AD 9 0 6 1B 8A B 45
Octal 250 271 255 11 0 6 33 212 13 105
Binary 10101000 10111001 10101101 1001 0 110 11011 10001010 1011 1000101

Color Harmonies of #A8B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B9AD

Black with #A8B9AD

Text Example


Text Example

White with #A8B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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