#A3AB9A

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

Shades of Norway #A3AB9A

Tints of Norway #A3AB9A

Color information

#A3AB9A (or 0xA3AB9A) is unknown color: approx Norway. HEX triplet: A3, AB and 9A. RGB value is (163,171,154). Sum of RGB (Red+Green+Blue) = 163+171+154=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB9A is #5C5465. Grayscale: #A6A6A6. Windows color (decimal): -6050918 or 10136483. OLE color: 10136483.

HSL color Cylindrical-coordinate representation of color #A3AB9A: hue angle of 88.24º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3AB9A is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB163171154-
CMYK0.0500.100.33
HSL88.24º9.19%63.73%-
HSV(B)88.24º9.94%67.06%-
XYZ35.539.2536.28-
YUV166.67120.85125.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=33.40%
G=35.04%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711540.0500.100.3388.249.1963.73
HexA3AB9A50A2158940
Octal24325323250124113011100
Binary10100011101010111001101010101010100001101100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB9A; }

 p { color: rgb(163,171,154); }

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

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

 a { background-color: rgb(163,171,154); }

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

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

 span { border-color: rgb(163,171,154); }

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