#A2AD98

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

Shades of Norway #A2AD98

Tints of Norway #A2AD98

Color information

#A2AD98 (or 0xA2AD98) is unknown color: approx Norway. HEX triplet: A2, AD and 98. RGB value is (162,173,152). Sum of RGB (Red+Green+Blue) = 162+173+152=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD98 is #5D5267. Grayscale: #A7A7A7. Windows color (decimal): -6115944 or 10005922. OLE color: 10005922.

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

Color convert

RGB162173152-
CMYK0.0600.120.32
HSL91.43º11.35%63.73%-
HSV(B)91.43º12.14%67.84%-
XYZ35.5139.8435.52-
YUV167.32119.36124.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=33.26%
G=35.52%
B=31.21%

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
Decimal1621731520.0600.120.3291.4311.3563.73
HexA2AD9860C205bb40
Octal24225523060144013313100
Binary10100010101011011001100011001100100000101101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AD98; }

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

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

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

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

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

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

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

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