Html Css Color HEX #A8B2AA Gum Leaf

📋 copy color: '#A8B2AA'

red 168 ◦ green 178 ◦ blue 170

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

Shades of Gum Leaf #A8B2AA

Tints of Gum Leaf #A8B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 32.56%
G = 34.5%
B = 32.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#A8B2AA (or 0xA8B2AA) is known color: Gum Leaf. HEX triplet: A8, B2 and AA. RGB value is (168,178,170). Sum of RGB (Red+Green+Blue) = 168+178+170=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B2AA is #574D55. Grayscale: #AEAEAE. Windows color (decimal): -5721430 or 11186856. OLE color: 11186856.

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

Color convert

RGB 168 178 170 -
CMYK 0.06 0 0.04 0.30
HSL 132º 0.06% 0.68% -
HSV(B) 132º 0.06% 0.7% -
XYZ 39.32 43.07 44.27 -
YUV 174.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 168 178 170 0.06 0 0.04 0.30 132 0.06 0.68
Hex A8 B2 AA 6 0 4 1E 84 6 44
Octal 250 262 252 6 0 4 36 204 6 104
Binary 10101000 10110010 10101010 110 0 100 11110 10000100 110 1000100

Color Harmonies of #A8B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B2AA

Black with #A8B2AA

Text Example


Text Example

White with #A8B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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