#A6B09B

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

Shades of Norway #A6B09B

Tints of Norway #A6B09B

Color information

#A6B09B (or 0xA6B09B) is unknown color: approx Norway. HEX triplet: A6, B0 and 9B. RGB value is (166,176,155). Sum of RGB (Red+Green+Blue) = 166+176+155=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B09B is #594F64. Grayscale: #AAAAAA. Windows color (decimal): -5853029 or 10203302. OLE color: 10203302.

HSL color Cylindrical-coordinate representation of color #A6B09B: hue angle of 88.57º 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 #A6B09B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB166176155-
CMYK0.0600.120.31
HSL88.57º11.73%64.9%-
HSV(B)88.57º11.93%69.02%-
XYZ37.1741.5237.07-
YUV170.62119.19124.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=33.40%
G=35.41%
B=31.19%

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
Decimal1661761550.0600.120.3188.5711.7364.9
HexA6B09B60C1F59c41
Octal24626023360143713114101
Binary1010011010110000100110111100110011111101100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B09B; }

 p { color: rgb(166,176,155); }

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

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

 a { background-color: rgb(166,176,155); }

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

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

 span { border-color: rgb(166,176,155); }

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