#A2AD99

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

Shades of Norway #A2AD99

Tints of Norway #A2AD99

Color information

#A2AD99 (or 0xA2AD99) is unknown color: approx Norway. HEX triplet: A2, AD and 99. RGB value is (162,173,153). Sum of RGB (Red+Green+Blue) = 162+173+153=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD99 is #5D5266. Grayscale: #A7A7A7. Windows color (decimal): -6115943 or 10071458. OLE color: 10071458.

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

Color convert

RGB162173153-
CMYK0.0600.120.32
HSL93º10.87%63.92%-
HSV(B)93º11.56%67.84%-
XYZ35.5939.8735.96-
YUV167.43119.86124.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=33.20%
G=35.45%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731530.0600.120.329310.8763.92
HexA2AD9960C205db40
Octal24225523160144013513100
Binary10100010101011011001100111001100100000101110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD99; }

 p { color: rgb(162,173,153); }

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

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

 a { background-color: rgb(162,173,153); }

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

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

 span { border-color: rgb(162,173,153); }

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