Html Css Color HEX #A1A899 Norway

📋 copy color: '#A1A899'

red 161 ◦ green 168 ◦ blue 153

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

Shades of Norway #A1A899

Tints of Norway #A1A899

RGB

 RED value IS 161 (63.28% from 255) = 33.4%

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 33.4%
G = 34.85%
B = 31.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A1A899 (or 0xA1A899) is known color: Norway. HEX triplet: A1, A8 and 99. RGB value is (161,168,153). Sum of RGB (Red+Green+Blue) = 161+168+153=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A899 is #5E5766. Grayscale: #A4A4A4. Windows color (decimal): -6182759 or 10070177. OLE color: 10070177.

HSL color Cylindrical-coordinate representation of color #A1A899: hue angle of 88º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1A899 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 153 -
CMYK 0.04 0 0.09 0.34
HSL 88º 0.08% 0.63% -
HSV(B) 88º 0.09% 0.66% -
XYZ 34.45 37.88 35.63 -
YUV 164.2 121.68 125.72 -
System Red Green Blue C M Y K H S L
Decimal 161 168 153 0.04 0 0.09 0.34 88 0.08 0.63
Hex A1 A8 99 4 0 9 22 58 8 3F
Octal 241 250 231 4 0 11 42 130 10 77
Binary 10100001 10101000 10011001 100 0 1001 100010 1011000 1000 111111

Color Harmonies of #A1A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A899

Black with #A1A899

Text Example


Text Example

White with #A1A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A899; }

 p { color: rgb(161,168,153); }

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

background-color css

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

 a { background-color: rgb(161,168,153); }

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

border-color css

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

 span { border-color: rgb(161,168,153); }

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