#A2AD93

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

Shades of Norway #A2AD93

Tints of Norway #A2AD93

Color information

#A2AD93 (or 0xA2AD93) is unknown color: approx Norway. HEX triplet: A2, AD and 93. RGB value is (162,173,147). Sum of RGB (Red+Green+Blue) = 162+173+147=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD93 is #5D526C. Grayscale: #A6A6A6. Windows color (decimal): -6115949 or 9678242. OLE color: 9678242.

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

Color convert

RGB162173147-
CMYK0.0600.150.32
HSL85.38º13.68%62.75%-
HSV(B)85.38º15.03%67.84%-
XYZ35.1139.6833.41-
YUV166.75116.86124.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.61%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=33.61%
G=35.89%
B=30.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731470.0600.150.3285.3813.6862.75
HexA2AD9360F2055e3f
Octal2422552236017401251677
Binary1010001010101101100100111100111110000010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD93; }

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

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

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

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

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

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

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

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