#A3B09B

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

Shades of Norway #A3B09B

Tints of Norway #A3B09B

Color information

#A3B09B (or 0xA3B09B) is unknown color: approx Norway. HEX triplet: A3, B0 and 9B. RGB value is (163,176,155). Sum of RGB (Red+Green+Blue) = 163+176+155=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B09B is #5C4F64. Grayscale: #A9A9A9. Windows color (decimal): -6049637 or 10203299. OLE color: 10203299.

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

Color convert

RGB163176155-
CMYK0.0700.120.31
HSL97.14º11.73%64.9%-
HSV(B)97.14º11.93%69.02%-
XYZ36.5541.237.04-
YUV169.72119.69123.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 176 (69.14% from 255) = 35.63%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=33.00%
G=35.63%
B=31.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631761550.0700.120.3197.1411.7364.9
HexA3B09B70C1F61c41
Octal24326023370143714114101
Binary1010001110110000100110111110110011111110000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B09B; }

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

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

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

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

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

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

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

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