Html Css Color HEX #A8B5AB Gum Leaf

📋 copy color: '#A8B5AB'

red 168 ◦ green 181 ◦ blue 171

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

Shades of Gum Leaf #A8B5AB

Tints of Gum Leaf #A8B5AB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

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

R = 32.31%
G = 34.81%
B = 32.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#A8B5AB (or 0xA8B5AB) is known color: Gum Leaf. HEX triplet: A8, B5 and AB. RGB value is (168,181,171). Sum of RGB (Red+Green+Blue) = 168+181+171=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5AB is #574A54. Grayscale: #B0B0B0. Windows color (decimal): -5720661 or 11253160. OLE color: 11253160.

HSL color Cylindrical-coordinate representation of color #A8B5AB: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8B5AB is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 181 171 -
CMYK 0.07 0 0.06 0.29
HSL 133.85º 0.08% 0.68% -
HSV(B) 133.85º 0.07% 0.71% -
XYZ 40.02 44.31 44.97 -
YUV 175.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 168 181 171 0.07 0 0.06 0.29 133.85 0.08 0.68
Hex A8 B5 AB 7 0 6 1D 86 8 44
Octal 250 265 253 7 0 6 35 206 10 104
Binary 10101000 10110101 10101011 111 0 110 11101 10000110 1000 1000100

Color Harmonies of #A8B5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B5AB

Black with #A8B5AB

Text Example


Text Example

White with #A8B5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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