Html Css Color HEX #A8BAAA Gum Leaf

📋 copy color: '#A8BAAA'

red 168 ◦ green 186 ◦ blue 170

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

Shades of Gum Leaf #A8BAAA

Tints of Gum Leaf #A8BAAA

RGB

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

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

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

R = 32.06%
G = 35.5%
B = 32.44%

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

#A8BAAA (or 0xA8BAAA) is known color: Gum Leaf. HEX triplet: A8, BA and AA. RGB value is (168,186,170). Sum of RGB (Red+Green+Blue) = 168+186+170=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAA is #574555. Grayscale: #B2B2B2. Windows color (decimal): -5719382 or 11188904. OLE color: 11188904.

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

Color convert

RGB 168 186 170 -
CMYK 0.10 0 0.09 0.27
HSL 126.67º 0.12% 0.69% -
HSV(B) 126.67º 0.1% 0.73% -
XYZ 40.96 46.34 44.82 -
YUV 178.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 168 186 170 0.10 0 0.09 0.27 126.67 0.12 0.69
Hex A8 BA AA A 0 9 1B 7F C 45
Octal 250 272 252 12 0 11 33 177 14 105
Binary 10101000 10111010 10101010 1010 0 1001 11011 1111111 1100 1000101

Color Harmonies of #A8BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAAA

Black with #A8BAAA

Text Example


Text Example

White with #A8BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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