Html Css Color HEX #A9B99E Norway

📋 copy color: '#A9B99E'

red 169 ◦ green 185 ◦ blue 158

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

Shades of Norway #A9B99E

Tints of Norway #A9B99E

RGB

 RED value IS 169 (66.41% from 255) = 33.01%

 GREEN value IS 185 (72.66% from 255) = 36.13%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 33.01%
G = 36.13%
B = 30.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A9B99E (or 0xA9B99E) is known color: Norway. HEX triplet: A9, B9 and 9E. RGB value is (169,185,158). Sum of RGB (Red+Green+Blue) = 169+185+158=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B99E is #564661. Grayscale: #B1B1B1. Windows color (decimal): -5654114 or 10402217. OLE color: 10402217.

HSL color Cylindrical-coordinate representation of color #A9B99E: hue angle of 95.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9B99E is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 185 158 -
CMYK 0.09 0 0.15 0.27
HSL 95.56º 0.16% 0.67% -
HSV(B) 95.56º 0.15% 0.73% -
XYZ 39.88 45.6 39.05 -
YUV 177.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 169 185 158 0.09 0 0.15 0.27 95.56 0.16 0.67
Hex A9 B9 9E 9 0 F 1B 60 10 43
Octal 251 271 236 11 0 17 33 140 20 103
Binary 10101001 10111001 10011110 1001 0 1111 11011 1100000 10000 1000011

Color Harmonies of #A9B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B99E

Black with #A9B99E

Text Example


Text Example

White with #A9B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B99E; }

 p { color: rgb(169,185,158); }

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

background-color css

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

 a { background-color: rgb(169,185,158); }

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

border-color css

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

 span { border-color: rgb(169,185,158); }

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