Html Css Color HEX #A6B397 Norway

📋 copy color: '#A6B397'

red 166 ◦ green 179 ◦ blue 151

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

Shades of Norway #A6B397

Tints of Norway #A6B397

RGB

 RED value IS 166 (65.23% from 255) = 33.47%

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

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

R = 33.47%
G = 36.09%
B = 30.44%

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

#A6B397 (or 0xA6B397) is known color: Norway. HEX triplet: A6, B3 and 97. RGB value is (166,179,151). Sum of RGB (Red+Green+Blue) = 166+179+151=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B397 is #594C68. Grayscale: #ACACAC. Windows color (decimal): -5852265 or 9941926. OLE color: 9941926.

HSL color Cylindrical-coordinate representation of color #A6B397: hue angle of 87.86º 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 #A6B397 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 151 -
CMYK 0.07 0 0.16 0.30
HSL 87.86º 0.16% 0.65% -
HSV(B) 87.86º 0.16% 0.7% -
XYZ 37.43 42.58 35.52 -
YUV 171.92 116.19 123.78 -
System Red Green Blue C M Y K H S L
Decimal 166 179 151 0.07 0 0.16 0.30 87.86 0.16 0.65
Hex A6 B3 97 7 0 10 1E 58 10 41
Octal 246 263 227 7 0 20 36 130 20 101
Binary 10100110 10110011 10010111 111 0 10000 11110 1011000 10000 1000001

Color Harmonies of #A6B397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B397

Black with #A6B397

Text Example


Text Example

White with #A6B397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B397; }

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

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

background-color css

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

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

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

border-color css

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

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

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