Html Css Color HEX #A8BBAB Gum Leaf

📋 copy color: '#A8BBAB'

red 168 ◦ green 187 ◦ blue 171

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

Shades of Gum Leaf #A8BBAB

Tints of Gum Leaf #A8BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 31.94%
G = 35.55%
B = 32.51%

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

#A8BBAB (or 0xA8BBAB) is known color: Gum Leaf. HEX triplet: A8, BB and AB. RGB value is (168,187,171). Sum of RGB (Red+Green+Blue) = 168+187+171=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAB is #574454. Grayscale: #B3B3B3. Windows color (decimal): -5719125 or 11254696. OLE color: 11254696.

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

Color convert

RGB 168 187 171 -
CMYK 0.10 0 0.09 0.27
HSL 129.47º 0.12% 0.7% -
HSV(B) 129.47º 0.1% 0.73% -
XYZ 41.27 46.81 45.39 -
YUV 179.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 168 187 171 0.10 0 0.09 0.27 129.47 0.12 0.7
Hex A8 BB AB A 0 9 1B 81 C 46
Octal 250 273 253 12 0 11 33 201 14 106
Binary 10101000 10111011 10101011 1010 0 1001 11011 10000001 1100 1000110

Color Harmonies of #A8BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBAB

Black with #A8BBAB

Text Example


Text Example

White with #A8BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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