#A3B693

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

Shades of Norway #A3B693

Tints of Norway #A3B693

Color information

#A3B693 (or 0xA3B693) is unknown color: approx Norway. HEX triplet: A3, B6 and 93. RGB value is (163,182,147). Sum of RGB (Red+Green+Blue) = 163+182+147=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B693 is #5C496C. Grayscale: #ACACAC. Windows color (decimal): -6048109 or 9680547. OLE color: 9680547.

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

Color convert

RGB163182147-
CMYK0.1000.190.29
HSL92.57º19.34%64.51%-
HSV(B)92.57º19.23%71.37%-
XYZ37.143.3534.02-
YUV172.33113.71121.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=33.13%
G=36.99%
B=29.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631821470.1000.190.2992.5719.3464.51
HexA3B693A0131D5d1341
Octal243266223120233513523101
Binary1010001110110110100100111010010011111011011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B693; }

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

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

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

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

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

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

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

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