Html Css Color HEX #A0AB97 Norway

📋 copy color: '#A0AB97'

red 160 ◦ green 171 ◦ blue 151

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

Shades of Norway #A0AB97

Tints of Norway #A0AB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 33.2%
G = 35.48%
B = 31.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#A0AB97 (or 0xA0AB97) is known color: Norway. HEX triplet: A0, AB and 97. RGB value is (160,171,151). Sum of RGB (Red+Green+Blue) = 160+171+151=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB97 is #5F5468. Grayscale: #A5A5A5. Windows color (decimal): -6247529 or 9939872. OLE color: 9939872.

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

Color convert

RGB 160 171 151 -
CMYK 0.06 0 0.12 0.33
HSL 93º 0.11% 0.63% -
HSV(B) 93º 0.12% 0.67% -
XYZ 34.65 38.83 34.95 -
YUV 165.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 160 171 151 0.06 0 0.12 0.33 93 0.11 0.63
Hex A0 AB 97 6 0 C 21 5D B 3F
Octal 240 253 227 6 0 14 41 135 13 77
Binary 10100000 10101011 10010111 110 0 1100 100001 1011101 1011 111111

Color Harmonies of #A0AB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB97

Black with #A0AB97

Text Example


Text Example

White with #A0AB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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