#A5A89E

Color #A5A89E Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A5A89E

Tints of Green Spring #A5A89E

Color information

#A5A89E (or 0xA5A89E) is unknown color: approx Green Spring. HEX triplet: A5, A8 and 9E. RGB value is (165,168,158). Sum of RGB (Red+Green+Blue) = 165+168+158=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A89E is #5A5761. Grayscale: #A6A6A6. Windows color (decimal): -5920610 or 10397861. OLE color: 10397861.

HSL color Cylindrical-coordinate representation of color #A5A89E: hue angle of 78º degrees, saturation: 0.05, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5A89E is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB165168158-
CMYK0.0200.060.34
HSL78º5.43%63.92%-
HSV(B)78º5.95%65.88%-
XYZ35.6938.4737.89-
YUV165.96123.51127.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 168 (66.02% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=33.60%
G=34.22%
B=32.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651681580.0200.060.34785.4363.92
HexA5A89E206224e540
Octal245250236206421165100
Binary10100101101010001001111010011010001010011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A89E; }

 p { color: rgb(165,168,158); }

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

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

 a { background-color: rgb(165,168,158); }

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

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

 span { border-color: rgb(165,168,158); }

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