#A0AF8E

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

Shades of Norway #A0AF8E

Tints of Norway #A0AF8E

Color information

#A0AF8E (or 0xA0AF8E) is unknown color: approx Norway. HEX triplet: A0, AF and 8E. RGB value is (160,175,142). Sum of RGB (Red+Green+Blue) = 160+175+142=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF8E is #5F5071. Grayscale: #A6A6A6. Windows color (decimal): -6246514 or 9351072. OLE color: 9351072.

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

Color convert

RGB160175142-
CMYK0.0900.190.31
HSL87.27º17.1%62.16%-
HSV(B)87.27º18.86%68.63%-
XYZ34.7140.0931.5-
YUV166.75114.03123.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=33.54%
G=36.69%
B=29.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751420.0900.190.3187.2717.162.16
HexA0AF8E90131F57113e
Octal24025721611023371272176
Binary101000001010111110001110100101001111111101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AF8E; }

 p { color: rgb(160,175,142); }

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

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

 a { background-color: rgb(160,175,142); }

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

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

 span { border-color: rgb(160,175,142); }

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