Html Css Color HEX #A2AC99 Norway

📋 copy color: '#A2AC99'

red 162 ◦ green 172 ◦ blue 153

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

Shades of Norway #A2AC99

Tints of Norway #A2AC99

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 33.26%
G = 35.32%
B = 31.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#A2AC99 (or 0xA2AC99) is known color: Norway. HEX triplet: A2, AC and 99. RGB value is (162,172,153). Sum of RGB (Red+Green+Blue) = 162+172+153=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC99 is #5D5366. Grayscale: #A6A6A6. Windows color (decimal): -6116199 or 10071202. OLE color: 10071202.

HSL color Cylindrical-coordinate representation of color #A2AC99: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2AC99 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 153 -
CMYK 0.06 0 0.11 0.33
HSL 91.58º 0.1% 0.64% -
HSV(B) 91.58º 0.11% 0.67% -
XYZ 35.4 39.49 35.89 -
YUV 166.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 162 172 153 0.06 0 0.11 0.33 91.58 0.1 0.64
Hex A2 AC 99 6 0 B 21 5C A 40
Octal 242 254 231 6 0 13 41 134 12 100
Binary 10100010 10101100 10011001 110 0 1011 100001 1011100 1010 1000000

Color Harmonies of #A2AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC99

Black with #A2AC99

Text Example


Text Example

White with #A2AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC99; }

 p { color: rgb(162,172,153); }

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

background-color css

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

 a { background-color: rgb(162,172,153); }

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

border-color css

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

 span { border-color: rgb(162,172,153); }

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