Html Css Color HEX #A9B995 Norway

📋 copy color: '#A9B995'

red 169 ◦ green 185 ◦ blue 149

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

Shades of Norway #A9B995

Tints of Norway #A9B995

RGB

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

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

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

R = 33.6%
G = 36.78%
B = 29.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A9B995 (or 0xA9B995) is known color: Norway. HEX triplet: A9, B9 and 95. RGB value is (169,185,149). Sum of RGB (Red+Green+Blue) = 169+185+149=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B995 is #56466A. Grayscale: #B0B0B0. Windows color (decimal): -5654123 or 9812393. OLE color: 9812393.

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

Color convert

RGB 169 185 149 -
CMYK 0.09 0 0.19 0.27
HSL 86.67º 0.2% 0.65% -
HSV(B) 86.67º 0.19% 0.73% -
XYZ 39.14 45.3 35.12 -
YUV 176.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 169 185 149 0.09 0 0.19 0.27 86.67 0.2 0.65
Hex A9 B9 95 9 0 13 1B 57 14 41
Octal 251 271 225 11 0 23 33 127 24 101
Binary 10101001 10111001 10010101 1001 0 10011 11011 1010111 10100 1000001

Color Harmonies of #A9B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9B995

Black with #A9B995

Text Example


Text Example

White with #A9B995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9B995; }

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

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

background-color css

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

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

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

border-color css

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

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

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