#A5AF9B

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

Shades of Norway #A5AF9B

Tints of Norway #A5AF9B

Color information

#A5AF9B (or 0xA5AF9B) is unknown color: approx Norway. HEX triplet: A5, AF and 9B. RGB value is (165,175,155). Sum of RGB (Red+Green+Blue) = 165+175+155=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A5AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AF9B is #5A5064. Grayscale: #A9A9A9. Windows color (decimal): -5918821 or 10203045. OLE color: 10203045.

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

Color convert

RGB165175155-
CMYK0.0600.110.31
HSL90º11.11%64.71%-
HSV(B)90º11.43%68.63%-
XYZ36.7641.0336.99-
YUV169.73119.69124.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=33.33%
G=35.35%
B=31.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651751550.0600.110.319011.1164.71
HexA5AF9B60B1F5ab41
Octal24525723360133713213101
Binary1010010110101111100110111100101111111101101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AF9B; }

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

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

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

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

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

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

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

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