Html Css Color HEX #A0AC95 Norway

📋 copy color: '#A0AC95'

red 160 ◦ green 172 ◦ blue 149

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

Shades of Norway #A0AC95

Tints of Norway #A0AC95

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 33.26%
G = 35.76%
B = 30.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#A0AC95 (or 0xA0AC95) is known color: Norway. HEX triplet: A0, AC and 95. RGB value is (160,172,149). Sum of RGB (Red+Green+Blue) = 160+172+149=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AC95 is #5F536A. Grayscale: #A5A5A5. Windows color (decimal): -6247275 or 9809056. OLE color: 9809056.

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

Color convert

RGB 160 172 149 -
CMYK 0.07 0 0.13 0.33
HSL 91.3º 0.12% 0.63% -
HSV(B) 91.3º 0.13% 0.67% -
XYZ 34.67 39.15 34.16 -
YUV 165.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 160 172 149 0.07 0 0.13 0.33 91.3 0.12 0.63
Hex A0 AC 95 7 0 D 21 5B C 3F
Octal 240 254 225 7 0 15 41 133 14 77
Binary 10100000 10101100 10010101 111 0 1101 100001 1011011 1100 111111

Color Harmonies of #A0AC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC95

Black with #A0AC95

Text Example


Text Example

White with #A0AC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC95; }

 p { color: rgb(160,172,149); }

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

background-color css

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

 a { background-color: rgb(160,172,149); }

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

border-color css

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

 span { border-color: rgb(160,172,149); }

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