Html Css Color HEX #A0AB91 Norway

📋 copy color: '#A0AB91'

red 160 ◦ green 171 ◦ blue 145

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

Shades of Norway #A0AB91

Tints of Norway #A0AB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.46%

R = 33.61%
G = 35.92%
B = 30.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#A0AB91 (or 0xA0AB91) is known color: Norway. HEX triplet: A0, AB and 91. RGB value is (160,171,145). Sum of RGB (Red+Green+Blue) = 160+171+145=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB91 is #5F546E. Grayscale: #A4A4A4. Windows color (decimal): -6247535 or 9546656. OLE color: 9546656.

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

Color convert

RGB 160 171 145 -
CMYK 0.06 0 0.15 0.33
HSL 85.38º 0.13% 0.62% -
HSV(B) 85.38º 0.15% 0.67% -
XYZ 34.17 38.64 32.45 -
YUV 164.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 160 171 145 0.06 0 0.15 0.33 85.38 0.13 0.62
Hex A0 AB 91 6 0 F 21 55 D 3E
Octal 240 253 221 6 0 17 41 125 15 76
Binary 10100000 10101011 10010001 110 0 1111 100001 1010101 1101 111110

Color Harmonies of #A0AB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB91

Black with #A0AB91

Text Example


Text Example

White with #A0AB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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