#A3B192

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

Shades of Norway #A3B192

Tints of Norway #A3B192

Color information

#A3B192 (or 0xA3B192) is unknown color: approx Norway. HEX triplet: A3, B1 and 92. RGB value is (163,177,146). Sum of RGB (Red+Green+Blue) = 163+177+146=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B192 is #5C4E6D. Grayscale: #A9A9A9. Windows color (decimal): -6049390 or 9613731. OLE color: 9613731.

HSL color Cylindrical-coordinate representation of color #A3B192: hue angle of 87.1º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3B192 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB163177146-
CMYK0.0800.180.31
HSL87.1º16.58%63.33%-
HSV(B)87.1º17.51%69.41%-
XYZ36.0141.3133.27-
YUV169.28114.86123.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 177 (69.53% from 255) = 36.42%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=33.54%
G=36.42%
B=30.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631771460.0800.180.3187.116.5863.33
HexA3B19280121F57113f
Octal24326122210022371272177
Binary101000111011000110010010100001001011111101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B192; }

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

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

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

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

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

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

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

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