#A4AE97

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

Shades of Norway #A4AE97

Tints of Norway #A4AE97

Color information

#A4AE97 (or 0xA4AE97) is unknown color: approx Norway. HEX triplet: A4, AE and 97. RGB value is (164,174,151). Sum of RGB (Red+Green+Blue) = 164+174+151=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AE97 is #5B5168. Grayscale: #A8A8A8. Windows color (decimal): -5984617 or 9940644. OLE color: 9940644.

HSL color Cylindrical-coordinate representation of color #A4AE97: hue angle of 86.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4AE97 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB164174151-
CMYK0.0600.130.32
HSL86.09º12.43%63.73%-
HSV(B)86.09º13.22%68.24%-
XYZ36.0340.435.18-
YUV168.39118.19124.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 151 (59.38% from 255) = 30.88%
R=33.54%
G=35.58%
B=30.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641741510.0600.130.3286.0912.4363.73
HexA4AE9760D2056c40
Octal24425622760154012614100
Binary10100100101011101001011111001101100000101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AE97; }

 p { color: rgb(164,174,151); }

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

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

 a { background-color: rgb(164,174,151); }

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

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

 span { border-color: rgb(164,174,151); }

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