#A7B991

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

Shades of Norway #A7B991

Tints of Norway #A7B991

Color information

#A7B991 (or 0xA7B991) is unknown color: approx Norway. HEX triplet: A7, B9 and 91. RGB value is (167,185,145). Sum of RGB (Red+Green+Blue) = 167+185+145=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B991 is #58466E. Grayscale: #AFAFAF. Windows color (decimal): -5785199 or 9550247. OLE color: 9550247.

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

Color convert

RGB167185145-
CMYK0.1000.220.27
HSL87º22.22%64.71%-
HSV(B)87º21.62%72.55%-
XYZ38.444.9633.44-
YUV175.06111.04122.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.60%
GREEN value IS 185 (72.66% from 255) = 37.22%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=33.60%
G=37.22%
B=29.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851450.1000.220.278722.2264.71
HexA7B991A0161B571641
Octal247271221120263312726101
Binary1010011110111001100100011010010110110111010111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B991; }

 p { color: rgb(167,185,145); }

 H1.HeaderClassName
 {
   color: #A7B991;
 }
 .AnyTagClassName
 {
   color: #A7B991;
 }
</style>
background-color css

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

 a { background-color: rgb(167,185,145); }

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

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

 span { border-color: rgb(167,185,145); }

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