#A9B995

Color #A9B995 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #A9B995

Tints of Norway #A9B995

Color information

#A9B995 (or 0xA9B995) is unknown color: approx 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

RGB169185149-
CMYK0.0900.190.27
HSL86.67º20.45%65.49%-
HSV(B)86.67º19.46%72.55%-
XYZ39.1445.335.12-
YUV176.11112.7122.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=33.60%
G=36.78%
B=29.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851490.0900.190.2786.6720.4565.49
HexA9B99590131B571441
Octal251271225110233312724101
Binary1010100110111001100101011001010011110111010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>