#A7BA9A

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

Shades of Norway #A7BA9A

Tints of Norway #A7BA9A

Color information

#A7BA9A (or 0xA7BA9A) is unknown color: approx Norway. HEX triplet: A7, BA and 9A. RGB value is (167,186,154). Sum of RGB (Red+Green+Blue) = 167+186+154=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BA9A is #584565. Grayscale: #B0B0B0. Windows color (decimal): -5784934 or 10140327. OLE color: 10140327.

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

Color convert

RGB167186154-
CMYK0.1000.170.27
HSL95.62º18.82%66.67%-
HSV(B)95.62º17.2%72.94%-
XYZ39.3345.6737.31-
YUV176.67115.21121.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=32.94%
G=36.69%
B=30.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671861540.1000.170.2795.6218.8266.67
HexA7BA9AA0111B601343
Octal247272232120213314023103
Binary1010011110111010100110101010010001110111100000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BA9A; }

 p { color: rgb(167,186,154); }

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

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

 a { background-color: rgb(167,186,154); }

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

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

 span { border-color: rgb(167,186,154); }

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