Html Css Color HEX #A8BDAB Gum Leaf

📋 copy color: '#A8BDAB'

red 168 ◦ green 189 ◦ blue 171

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

Shades of Gum Leaf #A8BDAB

Tints of Gum Leaf #A8BDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 31.82%
G = 35.8%
B = 32.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#A8BDAB (or 0xA8BDAB) is known color: Gum Leaf. HEX triplet: A8, BD and AB. RGB value is (168,189,171). Sum of RGB (Red+Green+Blue) = 168+189+171=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDAB is #574254. Grayscale: #B4B4B4. Windows color (decimal): -5718613 or 11255208. OLE color: 11255208.

HSL color Cylindrical-coordinate representation of color #A8BDAB: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BDAB is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 171 -
CMYK 0.11 0 0.10 0.26
HSL 128.57º 0.14% 0.7% -
HSV(B) 128.57º 0.11% 0.74% -
XYZ 41.7 47.66 45.53 -
YUV 180.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 168 189 171 0.11 0 0.10 0.26 128.57 0.14 0.7
Hex A8 BD AB B 0 A 1A 81 E 46
Octal 250 275 253 13 0 12 32 201 16 106
Binary 10101000 10111101 10101011 1011 0 1010 11010 10000001 1110 1000110

Color Harmonies of #A8BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDAB

Black with #A8BDAB

Text Example


Text Example

White with #A8BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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