Html Css Color HEX #A6B39C Norway

📋 copy color: '#A6B39C'

red 166 ◦ green 179 ◦ blue 156

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

Shades of Norway #A6B39C

Tints of Norway #A6B39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.14%

R = 33.13%
G = 35.73%
B = 31.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#A6B39C (or 0xA6B39C) is known color: Norway. HEX triplet: A6, B3 and 9C. RGB value is (166,179,156). Sum of RGB (Red+Green+Blue) = 166+179+156=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B39C is #594C63. Grayscale: #ACACAC. Windows color (decimal): -5852260 or 10269606. OLE color: 10269606.

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

Color convert

RGB 166 179 156 -
CMYK 0.07 0 0.13 0.30
HSL 93.91º 0.13% 0.66% -
HSV(B) 93.91º 0.13% 0.7% -
XYZ 37.85 42.75 37.71 -
YUV 172.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 166 179 156 0.07 0 0.13 0.30 93.91 0.13 0.66
Hex A6 B3 9C 7 0 D 1E 5E D 42
Octal 246 263 234 7 0 15 36 136 15 102
Binary 10100110 10110011 10011100 111 0 1101 11110 1011110 1101 1000010

Color Harmonies of #A6B39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B39C

Black with #A6B39C

Text Example


Text Example

White with #A6B39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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