Html Css Color HEX #A8BBAC Gum Leaf

📋 copy color: '#A8BBAC'

red 168 ◦ green 187 ◦ blue 172

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

Shades of Gum Leaf #A8BBAC

Tints of Gum Leaf #A8BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 31.88%
G = 35.48%
B = 32.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#A8BBAC (or 0xA8BBAC) is known color: Gum Leaf. HEX triplet: A8, BB and AC. RGB value is (168,187,172). Sum of RGB (Red+Green+Blue) = 168+187+172=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBAC is #574453. Grayscale: #B3B3B3. Windows color (decimal): -5719124 or 11320232. OLE color: 11320232.

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

Color convert

RGB 168 187 172 -
CMYK 0.10 0 0.08 0.27
HSL 132.63º 0.12% 0.7% -
HSV(B) 132.63º 0.1% 0.73% -
XYZ 41.37 46.84 45.89 -
YUV 179.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 168 187 172 0.10 0 0.08 0.27 132.63 0.12 0.7
Hex A8 BB AC A 0 8 1B 85 C 46
Octal 250 273 254 12 0 10 33 205 14 106
Binary 10101000 10111011 10101100 1010 0 1000 11011 10000101 1100 1000110

Color Harmonies of #A8BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBAC

Black with #A8BBAC

Text Example


Text Example

White with #A8BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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