Html Css Color HEX #A6B79B Norway

📋 copy color: '#A6B79B'

red 166 ◦ green 183 ◦ blue 155

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

Shades of Norway #A6B79B

Tints of Norway #A6B79B

RGB

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

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

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

R = 32.94%
G = 36.31%
B = 30.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#A6B79B (or 0xA6B79B) is known color: Norway. HEX triplet: A6, B7 and 9B. RGB value is (166,183,155). Sum of RGB (Red+Green+Blue) = 166+183+155=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B79B is #594864. Grayscale: #AEAEAE. Windows color (decimal): -5851237 or 10205094. OLE color: 10205094.

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

Color convert

RGB 166 183 155 -
CMYK 0.09 0 0.15 0.28
HSL 96.43º 0.16% 0.66% -
HSV(B) 96.43º 0.15% 0.72% -
XYZ 38.58 44.34 37.54 -
YUV 174.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 166 183 155 0.09 0 0.15 0.28 96.43 0.16 0.66
Hex A6 B7 9B 9 0 F 1C 60 10 42
Octal 246 267 233 11 0 17 34 140 20 102
Binary 10100110 10110111 10011011 1001 0 1111 11100 1100000 10000 1000010

Color Harmonies of #A6B79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B79B

Black with #A6B79B

Text Example


Text Example

White with #A6B79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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