Html Css Color HEX #A8B6AA Gum Leaf

📋 copy color: '#A8B6AA'

red 168 ◦ green 182 ◦ blue 170

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

Shades of Gum Leaf #A8B6AA

Tints of Gum Leaf #A8B6AA

RGB

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

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

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

R = 32.31%
G = 35%
B = 32.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#A8B6AA (or 0xA8B6AA) is known color: Gum Leaf. HEX triplet: A8, B6 and AA. RGB value is (168,182,170). Sum of RGB (Red+Green+Blue) = 168+182+170=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6AA is #574955. Grayscale: #B0B0B0. Windows color (decimal): -5720406 or 11187880. OLE color: 11187880.

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

Color convert

RGB 168 182 170 -
CMYK 0.08 0 0.07 0.29
HSL 128.57º 0.09% 0.69% -
HSV(B) 128.57º 0.08% 0.71% -
XYZ 40.13 44.68 44.54 -
YUV 176.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 168 182 170 0.08 0 0.07 0.29 128.57 0.09 0.69
Hex A8 B6 AA 8 0 7 1D 81 9 45
Octal 250 266 252 10 0 7 35 201 11 105
Binary 10101000 10110110 10101010 1000 0 111 11101 10000001 1001 1000101

Color Harmonies of #A8B6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B6AA

Black with #A8B6AA

Text Example


Text Example

White with #A8B6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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