#A3AF99

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

Shades of Norway #A3AF99

Tints of Norway #A3AF99

Color information

#A3AF99 (or 0xA3AF99) is unknown color: approx Norway. HEX triplet: A3, AF and 99. RGB value is (163,175,153). Sum of RGB (Red+Green+Blue) = 163+175+153=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF99 is #5C5066. Grayscale: #A8A8A8. Windows color (decimal): -6049895 or 10071971. OLE color: 10071971.

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

Color convert

RGB163175153-
CMYK0.0700.130.31
HSL92.73º12.09%64.31%-
HSV(B)92.73º12.57%68.63%-
XYZ36.1840.7536.09-
YUV168.9119.02123.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=33.20%
G=35.64%
B=31.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751530.0700.130.3192.7312.0964.31
HexA3AF9970D1F5dc40
Octal24325723170153713514100
Binary1010001110101111100110011110110111111101110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF99; }

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

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

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

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

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

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

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

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