Html Css Color HEX #A0A997 Norway

📋 copy color: '#A0A997'

red 160 ◦ green 169 ◦ blue 151

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

Shades of Norway #A0A997

Tints of Norway #A0A997

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

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

R = 33.33%
G = 35.21%
B = 31.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A0A997 (or 0xA0A997) is known color: Norway. HEX triplet: A0, A9 and 97. RGB value is (160,169,151). Sum of RGB (Red+Green+Blue) = 160+169+151=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A997 is #5F5668. Grayscale: #A4A4A4. Windows color (decimal): -6248041 or 9939360. OLE color: 9939360.

HSL color Cylindrical-coordinate representation of color #A0A997: hue angle of 90º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0A997 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 151 -
CMYK 0.05 0 0.11 0.34
HSL 90º 0.09% 0.63% -
HSV(B) 90º 0.11% 0.66% -
XYZ 34.27 38.08 34.82 -
YUV 164.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 160 169 151 0.05 0 0.11 0.34 90 0.09 0.63
Hex A0 A9 97 5 0 B 22 5A 9 3F
Octal 240 251 227 5 0 13 42 132 11 77
Binary 10100000 10101001 10010111 101 0 1011 100010 1011010 1001 111111

Color Harmonies of #A0A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A997

Black with #A0A997

Text Example


Text Example

White with #A0A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A997; }

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

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

background-color css

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

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

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

border-color css

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

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

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