Html Css Color HEX #A2AD95 Norway

📋 copy color: '#A2AD95'

red 162 ◦ green 173 ◦ blue 149

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

Shades of Norway #A2AD95

Tints of Norway #A2AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 33.47%
G = 35.74%
B = 30.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#A2AD95 (or 0xA2AD95) is known color: Norway. HEX triplet: A2, AD and 95. RGB value is (162,173,149). Sum of RGB (Red+Green+Blue) = 162+173+149=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AD95 is #5D526A. Grayscale: #A7A7A7. Windows color (decimal): -6115947 or 9809314. OLE color: 9809314.

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

Color convert

RGB 162 173 149 -
CMYK 0.06 0 0.14 0.32
HSL 87.5º 0.13% 0.63% -
HSV(B) 87.5º 0.14% 0.68% -
XYZ 35.27 39.74 34.25 -
YUV 166.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 162 173 149 0.06 0 0.14 0.32 87.5 0.13 0.63
Hex A2 AD 95 6 0 E 20 57 D 3F
Octal 242 255 225 6 0 16 40 127 15 77
Binary 10100010 10101101 10010101 110 0 1110 100000 1010111 1101 111111

Color Harmonies of #A2AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD95

Black with #A2AD95

Text Example


Text Example

White with #A2AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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