Html Css Color HEX #A2AD96 Norway

📋 copy color: '#A2AD96'

red 162 ◦ green 173 ◦ blue 150

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

Shades of Norway #A2AD96

Tints of Norway #A2AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.93%

R = 33.4%
G = 35.67%
B = 30.93%

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

#A2AD96 (or 0xA2AD96) is known color: Norway. HEX triplet: A2, AD and 96. RGB value is (162,173,150). Sum of RGB (Red+Green+Blue) = 162+173+150=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD96 is #5D5269. Grayscale: #A7A7A7. Windows color (decimal): -6115946 or 9874850. OLE color: 9874850.

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

Color convert

RGB 162 173 150 -
CMYK 0.06 0 0.13 0.32
HSL 88.7º 0.12% 0.63% -
HSV(B) 88.7º 0.13% 0.68% -
XYZ 35.35 39.77 34.67 -
YUV 167.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 162 173 150 0.06 0 0.13 0.32 88.7 0.12 0.63
Hex A2 AD 96 6 0 D 20 59 C 3F
Octal 242 255 226 6 0 15 40 131 14 77
Binary 10100010 10101101 10010110 110 0 1101 100000 1011001 1100 111111

Color Harmonies of #A2AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD96

Black with #A2AD96

Text Example


Text Example

White with #A2AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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