Html Css Color HEX #A6B791 Norway

📋 copy color: '#A6B791'

red 166 ◦ green 183 ◦ blue 145

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

Shades of Norway #A6B791

Tints of Norway #A6B791

RGB

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

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

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

R = 33.6%
G = 37.04%
B = 29.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#A6B791 (or 0xA6B791) is known color: Norway. HEX triplet: A6, B7 and 91. RGB value is (166,183,145). Sum of RGB (Red+Green+Blue) = 166+183+145=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B791 is #59486E. Grayscale: #ADADAD. Windows color (decimal): -5851247 or 9549734. OLE color: 9549734.

HSL color Cylindrical-coordinate representation of color #A6B791: hue angle of 86.84º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B791 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 145 -
CMYK 0.09 0 0.21 0.28
HSL 86.84º 0.21% 0.64% -
HSV(B) 86.84º 0.21% 0.72% -
XYZ 37.77 44.02 33.29 -
YUV 173.59 111.87 122.59 -
System Red Green Blue C M Y K H S L
Decimal 166 183 145 0.09 0 0.21 0.28 86.84 0.21 0.64
Hex A6 B7 91 9 0 15 1C 57 15 40
Octal 246 267 221 11 0 25 34 127 25 100
Binary 10100110 10110111 10010001 1001 0 10101 11100 1010111 10101 1000000

Color Harmonies of #A6B791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B791

Black with #A6B791

Text Example


Text Example

White with #A6B791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B791; }

 p { color: rgb(166,183,145); }

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

background-color css

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

 a { background-color: rgb(166,183,145); }

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

border-color css

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

 span { border-color: rgb(166,183,145); }

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