#A3B692

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

Shades of Norway #A3B692

Tints of Norway #A3B692

Color information

#A3B692 (or 0xA3B692) is unknown color: approx Norway. HEX triplet: A3, B6 and 92. RGB value is (163,182,146). Sum of RGB (Red+Green+Blue) = 163+182+146=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B692 is #5C496D. Grayscale: #ACACAC. Windows color (decimal): -6048110 or 9615011. OLE color: 9615011.

HSL color Cylindrical-coordinate representation of color #A3B692: hue angle of 91.67º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3B692 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB163182146-
CMYK0.1000.200.29
HSL91.67º19.78%64.31%-
HSV(B)91.67º19.78%71.37%-
XYZ37.0243.3233.6-
YUV172.21113.21121.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.20%
GREEN value IS 182 (71.48% from 255) = 37.07%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=33.20%
G=37.07%
B=29.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821460.1000.200.2991.6719.7864.31
HexA3B692A0141D5c1440
Octal243266222120243513424100
Binary1010001110110110100100101010010100111011011100101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B692; }

 p { color: rgb(163,182,146); }

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

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

 a { background-color: rgb(163,182,146); }

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

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

 span { border-color: rgb(163,182,146); }

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