Html Css Color HEX #A8BAAD Gum Leaf

📋 copy color: '#A8BAAD'

red 168 ◦ green 186 ◦ blue 173

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

Shades of Gum Leaf #A8BAAD

Tints of Gum Leaf #A8BAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 31.88%
G = 35.29%
B = 32.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#A8BAAD (or 0xA8BAAD) is known color: Gum Leaf. HEX triplet: A8, BA and AD. RGB value is (168,186,173). Sum of RGB (Red+Green+Blue) = 168+186+173=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAAD is #574552. Grayscale: #B3B3B3. Windows color (decimal): -5719379 or 11385512. OLE color: 11385512.

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

Color convert

RGB 168 186 173 -
CMYK 0.10 0 0.07 0.27
HSL 136.67º 0.12% 0.69% -
HSV(B) 136.67º 0.1% 0.73% -
XYZ 41.25 46.46 46.33 -
YUV 179.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 168 186 173 0.10 0 0.07 0.27 136.67 0.12 0.69
Hex A8 BA AD A 0 7 1B 89 C 45
Octal 250 272 255 12 0 7 33 211 14 105
Binary 10101000 10111010 10101101 1010 0 111 11011 10001001 1100 1000101

Color Harmonies of #A8BAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAAD

Black with #A8BAAD

Text Example


Text Example

White with #A8BAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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