Html Css Color HEX #A2AD99 Norway

📋 copy color: '#A2AD99'

red 162 ◦ green 173 ◦ blue 153

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

Shades of Norway #A2AD99

Tints of Norway #A2AD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.35%

R = 33.2%
G = 35.45%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#A2AD99 (or 0xA2AD99) is known color: 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

RGB 162 173 153 -
CMYK 0.06 0 0.12 0.32
HSL 93º 0.11% 0.64% -
HSV(B) 93º 0.12% 0.68% -
XYZ 35.59 39.87 35.96 -
YUV 167.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 162 173 153 0.06 0 0.12 0.32 93 0.11 0.64
Hex A2 AD 99 6 0 C 20 5D B 40
Octal 242 255 231 6 0 14 40 135 13 100
Binary 10100010 10101101 10011001 110 0 1100 100000 1011101 1011 1000000

Color Harmonies of #A2AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD99

Black with #A2AD99

Text Example


Text Example

White with #A2AD99

Text Example


Text Example

HTML Codes & Css Web 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>