#A1AF94

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

Shades of Norway #A1AF94

Tints of Norway #A1AF94

Color information

#A1AF94 (or 0xA1AF94) is unknown color: approx Norway. HEX triplet: A1, AF and 94. RGB value is (161,175,148). Sum of RGB (Red+Green+Blue) = 161+175+148=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF94 is #5E506B. Grayscale: #A7A7A7. Windows color (decimal): -6180972 or 9744289. OLE color: 9744289.

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

Color convert

RGB161175148-
CMYK0.0800.150.31
HSL91.11º14.44%63.33%-
HSV(B)91.11º15.43%68.63%-
XYZ35.3740.3833.95-
YUV167.74116.86123.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=33.26%
G=36.16%
B=30.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751480.0800.150.3191.1114.4463.33
HexA1AF9480F1F5be3f
Octal24125722410017371331677
Binary1010000110101111100101001000011111111110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF94; }

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

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

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

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

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

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

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

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