#A3AF95

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

Shades of Norway #A3AF95

Tints of Norway #A3AF95

Color information

#A3AF95 (or 0xA3AF95) is unknown color: approx Norway. HEX triplet: A3, AF and 95. RGB value is (163,175,149). Sum of RGB (Red+Green+Blue) = 163+175+149=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF95 is #5C506A. Grayscale: #A8A8A8. Windows color (decimal): -6049899 or 9809827. OLE color: 9809827.

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

Color convert

RGB163175149-
CMYK0.0700.150.31
HSL87.69º13.98%63.53%-
HSV(B)87.69º14.86%68.63%-
XYZ35.8640.6234.38-
YUV168.45117.02124.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=33.47%
G=35.93%
B=30.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631751490.0700.150.3187.6913.9863.53
HexA3AF9570F1F58e40
Octal24325722570173713016100
Binary1010001110101111100101011110111111111101100011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AF95; }

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

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

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

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

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

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

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

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