Html Css Color HEX #A0AB99 Norway

📋 copy color: '#A0AB99'

red 160 ◦ green 171 ◦ blue 153

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

Shades of Norway #A0AB99

Tints of Norway #A0AB99

RGB

 RED value IS 160 (62.89% from 255) = 33.06%

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

 BLUE value IS 153 (60.16% from 255) = 31.61%

R = 33.06%
G = 35.33%
B = 31.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#A0AB99 (or 0xA0AB99) is known color: Norway. HEX triplet: A0, AB and 99. RGB value is (160,171,153). Sum of RGB (Red+Green+Blue) = 160+171+153=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB99 is #5F5466. Grayscale: #A5A5A5. Windows color (decimal): -6247527 or 10070944. OLE color: 10070944.

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

Color convert

RGB 160 171 153 -
CMYK 0.06 0 0.11 0.33
HSL 96.67º 0.1% 0.64% -
HSV(B) 96.67º 0.11% 0.67% -
XYZ 34.81 38.9 35.81 -
YUV 165.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 160 171 153 0.06 0 0.11 0.33 96.67 0.1 0.64
Hex A0 AB 99 6 0 B 21 61 A 40
Octal 240 253 231 6 0 13 41 141 12 100
Binary 10100000 10101011 10011001 110 0 1011 100001 1100001 1010 1000000

Color Harmonies of #A0AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB99

Black with #A0AB99

Text Example


Text Example

White with #A0AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB99; }

 p { color: rgb(160,171,153); }

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

background-color css

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

 a { background-color: rgb(160,171,153); }

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

border-color css

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

 span { border-color: rgb(160,171,153); }

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