#A7B19B

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

Shades of Norway #A7B19B

Tints of Norway #A7B19B

Color information

#A7B19B (or 0xA7B19B) is unknown color: approx Norway. HEX triplet: A7, B1 and 9B. RGB value is (167,177,155). Sum of RGB (Red+Green+Blue) = 167+177+155=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B19B is #584E64. Grayscale: #ABABAB. Windows color (decimal): -5787237 or 10203559. OLE color: 10203559.

HSL color Cylindrical-coordinate representation of color #A7B19B: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B19B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB167177155-
CMYK0.0600.120.31
HSL87.27º12.36%65.1%-
HSV(B)87.27º12.43%69.41%-
XYZ37.5742.0337.14-
YUV171.5118.69124.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=33.47%
G=35.47%
B=31.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671771550.0600.120.3187.2712.3665.1
HexA7B19B60C1F57c41
Octal24726123360143712714101
Binary1010011110110001100110111100110011111101011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B19B; }

 p { color: rgb(167,177,155); }

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

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

 a { background-color: rgb(167,177,155); }

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

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

 span { border-color: rgb(167,177,155); }

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