Html Css Color HEX #A3B797 Norway

📋 copy color: '#A3B797'

red 163 ◦ green 183 ◦ blue 151

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

Shades of Norway #A3B797

Tints of Norway #A3B797

RGB

 RED value IS 163 (64.06% from 255) = 32.8%

 GREEN value IS 183 (71.88% from 255) = 36.82%

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

R = 32.8%
G = 36.82%
B = 30.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#A3B797 (or 0xA3B797) is known color: Norway. HEX triplet: A3, B7 and 97. RGB value is (163,183,151). Sum of RGB (Red+Green+Blue) = 163+183+151=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 151 (59.38% from 255 or 30.38% from 497); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B797 is #5C4868. Grayscale: #ADADAD. Windows color (decimal): -6047849 or 9942947. OLE color: 9942947.

HSL color Cylindrical-coordinate representation of color #A3B797: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3B797 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 163 183 151 -
CMYK 0.11 0 0.17 0.28
HSL 97.5º 0.18% 0.65% -
HSV(B) 97.5º 0.17% 0.72% -
XYZ 37.62 43.89 35.77 -
YUV 173.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 163 183 151 0.11 0 0.17 0.28 97.5 0.18 0.65
Hex A3 B7 97 B 0 11 1C 62 12 41
Octal 243 267 227 13 0 21 34 142 22 101
Binary 10100011 10110111 10010111 1011 0 10001 11100 1100010 10010 1000001

Color Harmonies of #A3B797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B797

Black with #A3B797

Text Example


Text Example

White with #A3B797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B797; }

 p { color: rgb(163,183,151); }

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

background-color css

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

 a { background-color: rgb(163,183,151); }

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

border-color css

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

 span { border-color: rgb(163,183,151); }

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