Html Css Color HEX #A2AD97 Norway

📋 copy color: '#A2AD97'

red 162 ◦ green 173 ◦ blue 151

#A2AD97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A2AD97

Tints of Norway #A2AD97

RGB

 RED value IS 162 (63.67% from 255) = 33.33%

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 33.33%
G = 35.6%
B = 31.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#A2AD97 (or 0xA2AD97) is known color: Norway. HEX triplet: A2, AD and 97. RGB value is (162,173,151). Sum of RGB (Red+Green+Blue) = 162+173+151=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD97 is #5D5268. Grayscale: #A7A7A7. Windows color (decimal): -6115945 or 9940386. OLE color: 9940386.

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

Color convert

RGB 162 173 151 -
CMYK 0.06 0 0.13 0.32
HSL 90º 0.12% 0.64% -
HSV(B) 90º 0.13% 0.68% -
XYZ 35.43 39.8 35.09 -
YUV 167.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 162 173 151 0.06 0 0.13 0.32 90 0.12 0.64
Hex A2 AD 97 6 0 D 20 5A C 40
Octal 242 255 227 6 0 15 40 132 14 100
Binary 10100010 10101101 10010111 110 0 1101 100000 1011010 1100 1000000

Color Harmonies of #A2AD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD97

Black with #A2AD97

Text Example


Text Example

White with #A2AD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD97; }

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

 H1.HeaderClassName
 {
   color: #A2AD97;
 }
 .AnyTagClassName
 {
   color: #A2AD97;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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