#A5AF92

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

Shades of Green Spring #A5AF92

Tints of Green Spring #A5AF92

Color information

#A5AF92 (or 0xA5AF92) is unknown color: approx Green Spring. HEX triplet: A5, AF and 92. RGB value is (165,175,146). Sum of RGB (Red+Green+Blue) = 165+175+146=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF92 is #5A506D. Grayscale: #A8A8A8. Windows color (decimal): -5918830 or 9613221. OLE color: 9613221.

HSL color Cylindrical-coordinate representation of color #A5AF92: hue angle of 80.69º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5AF92 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB165175146-
CMYK0.0600.170.31
HSL80.69º15.34%62.94%-
HSV(B)80.69º16.57%68.63%-
XYZ36.0440.7333.16-
YUV168.7115.19125.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.95%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=33.95%
G=36.01%
B=30.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751460.0600.170.3180.6915.3462.94
HexA5AF9260111F51f3f
Octal2452572226021371211777
Binary1010010110101111100100101100100011111110100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF92; }

 p { color: rgb(165,175,146); }

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

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

 a { background-color: rgb(165,175,146); }

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

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

 span { border-color: rgb(165,175,146); }

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