#A4AF9B

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

Shades of Norway #A4AF9B

Tints of Norway #A4AF9B

Color information

#A4AF9B (or 0xA4AF9B) is unknown color: approx Norway. HEX triplet: A4, AF and 9B. RGB value is (164,175,155). Sum of RGB (Red+Green+Blue) = 164+175+155=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AF9B is #5B5064. Grayscale: #A9A9A9. Windows color (decimal): -5984357 or 10203044. OLE color: 10203044.

HSL color Cylindrical-coordinate representation of color #A4AF9B: hue angle of 93º 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 #A4AF9B is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB164175155-
CMYK0.0600.110.31
HSL93º11.11%64.71%-
HSV(B)93º11.43%68.63%-
XYZ36.5640.9236.98-
YUV169.43119.86124.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=33.20%
G=35.43%
B=31.38%

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
Decimal1641751550.0600.110.319311.1164.71
HexA4AF9B60B1F5db41
Octal24425723360133713513101
Binary1010010010101111100110111100101111111101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AF9B; }

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

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

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

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

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

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

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

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