#A5AF99

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

Shades of Norway #A5AF99

Tints of Norway #A5AF99

Color information

#A5AF99 (or 0xA5AF99) is unknown color: approx Norway. HEX triplet: A5, AF and 99. RGB value is (165,175,153). Sum of RGB (Red+Green+Blue) = 165+175+153=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF99 is #5A5066. Grayscale: #A9A9A9. Windows color (decimal): -5918823 or 10071973. OLE color: 10071973.

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

Color convert

RGB165175153-
CMYK0.0600.130.31
HSL87.27º12.09%64.31%-
HSV(B)87.27º12.57%68.63%-
XYZ36.640.9636.11-
YUV169.5118.69124.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=33.47%
G=35.50%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751530.0600.130.3187.2712.0964.31
HexA5AF9960D1F57c40
Octal24525723160153712714100
Binary1010010110101111100110011100110111111101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF99; }

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

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

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

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

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

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

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

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