Html Css Color HEX #A8BAAC Gum Leaf

📋 copy color: '#A8BAAC'

red 168 ◦ green 186 ◦ blue 172

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

Shades of Gum Leaf #A8BAAC

Tints of Gum Leaf #A8BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

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

R = 31.94%
G = 35.36%
B = 32.7%

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

#A8BAAC (or 0xA8BAAC) is known color: Gum Leaf. HEX triplet: A8, BA and AC. RGB value is (168,186,172). Sum of RGB (Red+Green+Blue) = 168+186+172=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAC is #574553. Grayscale: #B3B3B3. Windows color (decimal): -5719380 or 11319976. OLE color: 11319976.

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

Color convert

RGB 168 186 172 -
CMYK 0.10 0 0.08 0.27
HSL 133.33º 0.12% 0.69% -
HSV(B) 133.33º 0.1% 0.73% -
XYZ 41.15 46.42 45.82 -
YUV 179.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 168 186 172 0.10 0 0.08 0.27 133.33 0.12 0.69
Hex A8 BA AC A 0 8 1B 85 C 45
Octal 250 272 254 12 0 10 33 205 14 105
Binary 10101000 10111010 10101100 1010 0 1000 11011 10000101 1100 1000101

Color Harmonies of #A8BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAAC

Black with #A8BAAC

Text Example


Text Example

White with #A8BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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