Html Css Color HEX #A0A79B Norway

📋 copy color: '#A0A79B'

red 160 ◦ green 167 ◦ blue 155

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

Shades of Norway #A0A79B

Tints of Norway #A0A79B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 33.2%
G = 34.65%
B = 32.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A0A79B (or 0xA0A79B) is known color: Norway. HEX triplet: A0, A7 and 9B. RGB value is (160,167,155). Sum of RGB (Red+Green+Blue) = 160+167+155=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A79B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A79B is #5F5864. Grayscale: #A3A3A3. Windows color (decimal): -6248549 or 10200992. OLE color: 10200992.

HSL color Cylindrical-coordinate representation of color #A0A79B: hue angle of 95º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A0A79B is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 155 -
CMYK 0.04 0 0.07 0.35
HSL 95º 0.06% 0.63% -
HSV(B) 95º 0.07% 0.65% -
XYZ 34.23 37.48 36.44 -
YUV 163.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 160 167 155 0.04 0 0.07 0.35 95 0.06 0.63
Hex A0 A7 9B 4 0 7 23 5F 6 3F
Octal 240 247 233 4 0 7 43 137 6 77
Binary 10100000 10100111 10011011 100 0 111 100011 1011111 110 111111

Color Harmonies of #A0A79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A79B

Black with #A0A79B

Text Example


Text Example

White with #A0A79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A79B; }

 p { color: rgb(160,167,155); }

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

background-color css

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

 a { background-color: rgb(160,167,155); }

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

border-color css

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

 span { border-color: rgb(160,167,155); }

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