#A1AF98

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

Shades of Norway #A1AF98

Tints of Norway #A1AF98

Color information

#A1AF98 (or 0xA1AF98) is unknown color: approx Norway. HEX triplet: A1, AF and 98. RGB value is (161,175,152). Sum of RGB (Red+Green+Blue) = 161+175+152=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF98 is #5E5067. Grayscale: #A8A8A8. Windows color (decimal): -6180968 or 10006433. OLE color: 10006433.

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

Color convert

RGB161175152-
CMYK0.0800.130.31
HSL96.52º12.57%64.12%-
HSV(B)96.52º13.14%68.63%-
XYZ35.740.535.64-
YUV168.19118.86122.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=32.99%
G=35.86%
B=31.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751520.0800.130.3196.5212.5764.12
HexA1AF9880D1F61d40
Octal241257230100153714115100
Binary10100001101011111001100010000110111111110000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF98; }

 p { color: rgb(161,175,152); }

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

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

 a { background-color: rgb(161,175,152); }

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

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

 span { border-color: rgb(161,175,152); }

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