Html Css Color HEX #A3AB9D Norway

📋 copy color: '#A3AB9D'

red 163 ◦ green 171 ◦ blue 157

#A3AB9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #A3AB9D

Tints of Norway #A3AB9D

RGB

 RED value IS 163 (64.06% from 255) = 33.2%

 GREEN value IS 171 (67.19% from 255) = 34.83%

 BLUE value IS 157 (61.72% from 255) = 31.98%

R = 33.2%
G = 34.83%
B = 31.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#A3AB9D (or 0xA3AB9D) is known color: Norway. HEX triplet: A3, AB and 9D. RGB value is (163,171,157). Sum of RGB (Red+Green+Blue) = 163+171+157=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB9D is #5C5462. Grayscale: #A7A7A7. Windows color (decimal): -6050915 or 10333091. OLE color: 10333091.

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

Color convert

RGB 163 171 157 -
CMYK 0.05 0 0.08 0.33
HSL 94.29º 0.08% 0.64% -
HSV(B) 94.29º 0.08% 0.67% -
XYZ 35.75 39.35 37.61 -
YUV 167.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 163 171 157 0.05 0 0.08 0.33 94.29 0.08 0.64
Hex A3 AB 9D 5 0 8 21 5E 8 40
Octal 243 253 235 5 0 10 41 136 10 100
Binary 10100011 10101011 10011101 101 0 1000 100001 1011110 1000 1000000

Color Harmonies of #A3AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB9D

Black with #A3AB9D

Text Example


Text Example

White with #A3AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AB9D; }

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

 H1.HeaderClassName
 {
   color: #A3AB9D;
 }
 .AnyTagClassName
 {
   color: #A3AB9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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