#A5AF9E

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

Shades of Norway #A5AF9E

Tints of Norway #A5AF9E

Color information

#A5AF9E (or 0xA5AF9E) is unknown color: approx Norway. HEX triplet: A5, AF and 9E. RGB value is (165,175,158). Sum of RGB (Red+Green+Blue) = 165+175+158=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF9E is #5A5061. Grayscale: #AAAAAA. Windows color (decimal): -5918818 or 10399653. OLE color: 10399653.

HSL color Cylindrical-coordinate representation of color #A5AF9E: hue angle of 95.29º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5AF9E is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB165175158-
CMYK0.0600.100.31
HSL95.29º9.6%65.29%-
HSV(B)95.29º9.71%68.63%-
XYZ37.0241.1338.34-
YUV170.07121.19124.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.13%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=33.13%
G=35.14%
B=31.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751580.0600.100.3195.299.665.29
HexA5AF9E60A1F5fa41
Octal24525723660123713712101
Binary1010010110101111100111101100101011111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF9E; }

 p { color: rgb(165,175,158); }

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

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

 a { background-color: rgb(165,175,158); }

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

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

 span { border-color: rgb(165,175,158); }

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