Html Css Color HEX #A8BAAB Gum Leaf

📋 copy color: '#A8BAAB'

red 168 ◦ green 186 ◦ blue 171

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

Shades of Gum Leaf #A8BAAB

Tints of Gum Leaf #A8BAAB

RGB

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

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

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

R = 32%
G = 35.43%
B = 32.57%

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

#A8BAAB (or 0xA8BAAB) is known color: Gum Leaf. HEX triplet: A8, BA and AB. RGB value is (168,186,171). Sum of RGB (Red+Green+Blue) = 168+186+171=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAB is #574554. Grayscale: #B2B2B2. Windows color (decimal): -5719381 or 11254440. OLE color: 11254440.

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

Color convert

RGB 168 186 171 -
CMYK 0.10 0 0.08 0.27
HSL 130º 0.12% 0.69% -
HSV(B) 130º 0.1% 0.73% -
XYZ 41.06 46.38 45.32 -
YUV 178.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 168 186 171 0.10 0 0.08 0.27 130 0.12 0.69
Hex A8 BA AB A 0 8 1B 82 C 45
Octal 250 272 253 12 0 10 33 202 14 105
Binary 10101000 10111010 10101011 1010 0 1000 11011 10000010 1100 1000101

Color Harmonies of #A8BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAAB

Black with #A8BAAB

Text Example


Text Example

White with #A8BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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