Html Css Color HEX #A8BBAA Gum Leaf

📋 copy color: '#A8BBAA'

red 168 ◦ green 187 ◦ blue 170

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

Shades of Gum Leaf #A8BBAA

Tints of Gum Leaf #A8BBAA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

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

R = 32%
G = 35.62%
B = 32.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#A8BBAA (or 0xA8BBAA) is known color: Gum Leaf. HEX triplet: A8, BB and AA. RGB value is (168,187,170). Sum of RGB (Red+Green+Blue) = 168+187+170=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAA is #574455. Grayscale: #B3B3B3. Windows color (decimal): -5719126 or 11189160. OLE color: 11189160.

HSL color Cylindrical-coordinate representation of color #A8BBAA: hue angle of 126.32º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBAA is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 170 -
CMYK 0.10 0 0.09 0.27
HSL 126.32º 0.12% 0.7% -
HSV(B) 126.32º 0.1% 0.73% -
XYZ 41.17 46.77 44.89 -
YUV 179.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 168 187 170 0.10 0 0.09 0.27 126.32 0.12 0.7
Hex A8 BB AA A 0 9 1B 7E C 46
Octal 250 273 252 12 0 11 33 176 14 106
Binary 10101000 10111011 10101010 1010 0 1001 11011 1111110 1100 1000110

Color Harmonies of #A8BBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBAA

Black with #A8BBAA

Text Example


Text Example

White with #A8BBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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