#A8B5AA

Color #A8B5AA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A8B5AA

Tints of Gum Leaf #A8B5AA

Color information

#A8B5AA (or 0xA8B5AA) is unknown color: approx Gum Leaf. HEX triplet: A8, B5 and AA. RGB value is (168,181,170). Sum of RGB (Red+Green+Blue) = 168+181+170=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B5AA is #574A55. Grayscale: #AFAFAF. Windows color (decimal): -5720662 or 11187624. OLE color: 11187624.

HSL color Cylindrical-coordinate representation of color #A8B5AA: hue angle of 129.23º 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 #A8B5AA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB168181170-
CMYK0.0700.060.29
HSL129.23º8.07%68.43%-
HSV(B)129.23º7.18%70.98%-
XYZ39.9344.2744.47-
YUV175.86124.69122.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=32.37%
G=34.87%
B=32.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811700.0700.060.29129.238.0768.43
HexA8B5AA7061D81844
Octal2502652527063520110104
Binary1010100010110101101010101110110111011000000110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B5AA; }

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

 H1.HeaderClassName
 {
   color: #A8B5AA;
 }
 .AnyTagClassName
 {
   color: #A8B5AA;
 }
</style>
background-color css

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

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

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

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

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

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