Html Css Color HEX #A3AB9A Norway

📋 copy color: '#A3AB9A'

red 163 ◦ green 171 ◦ blue 154

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

Shades of Norway #A3AB9A

Tints of Norway #A3AB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.56%

R = 33.4%
G = 35.04%
B = 31.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#A3AB9A (or 0xA3AB9A) is known color: 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

RGB 163 171 154 -
CMYK 0.05 0 0.10 0.33
HSL 88.24º 0.09% 0.64% -
HSV(B) 88.24º 0.1% 0.67% -
XYZ 35.5 39.25 36.28 -
YUV 166.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 163 171 154 0.05 0 0.10 0.33 88.24 0.09 0.64
Hex A3 AB 9A 5 0 A 21 58 9 40
Octal 243 253 232 5 0 12 41 130 11 100
Binary 10100011 10101011 10011010 101 0 1010 100001 1011000 1001 1000000

Color Harmonies of #A3AB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AB9A

Black with #A3AB9A

Text Example


Text Example

White with #A3AB9A

Text Example


Text Example

HTML Codes & Css Web 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>