Html Css Color HEX #A7B397 Norway

📋 copy color: '#A7B397'

red 167 ◦ green 179 ◦ blue 151

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

Shades of Norway #A7B397

Tints of Norway #A7B397

RGB

 RED value IS 167 (65.63% from 255) = 33.6%

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 33.6%
G = 36.02%
B = 30.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#A7B397 (or 0xA7B397) is known color: Norway. HEX triplet: A7, B3 and 97. RGB value is (167,179,151). Sum of RGB (Red+Green+Blue) = 167+179+151=497 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.60% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B397 is #584C68. Grayscale: #ACACAC. Windows color (decimal): -5786729 or 9941927. OLE color: 9941927.

HSL color Cylindrical-coordinate representation of color #A7B397: hue angle of 85.71º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B397 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 179 151 -
CMYK 0.07 0 0.16 0.30
HSL 85.71º 0.16% 0.65% -
HSV(B) 85.71º 0.16% 0.7% -
XYZ 37.64 42.69 35.53 -
YUV 172.22 116.02 124.28 -
System Red Green Blue C M Y K H S L
Decimal 167 179 151 0.07 0 0.16 0.30 85.71 0.16 0.65
Hex A7 B3 97 7 0 10 1E 56 10 41
Octal 247 263 227 7 0 20 36 126 20 101
Binary 10100111 10110011 10010111 111 0 10000 11110 1010110 10000 1000001

Color Harmonies of #A7B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B397

Black with #A7B397

Text Example


Text Example

White with #A7B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B397; }

 p { color: rgb(167,179,151); }

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

background-color css

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

 a { background-color: rgb(167,179,151); }

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

border-color css

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

 span { border-color: rgb(167,179,151); }

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