Html Css Color HEX #A6B986 Norway

📋 copy color: '#A6B986'

red 166 ◦ green 185 ◦ blue 134

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

Shades of Norway #A6B986

Tints of Norway #A6B986

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.14%

 BLUE value IS 134 (52.73% from 255) = 27.63%

R = 34.23%
G = 38.14%
B = 27.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#A6B986 (or 0xA6B986) is known color: Norway. HEX triplet: A6, B9 and 86. RGB value is (166,185,134). Sum of RGB (Red+Green+Blue) = 166+185+134=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B986 is #594679. Grayscale: #ADADAD. Windows color (decimal): -5850746 or 8829350. OLE color: 8829350.

HSL color Cylindrical-coordinate representation of color #A6B986: hue angle of 82.35º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6B986 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 134 -
CMYK 0.10 0 0.28 0.27
HSL 82.35º 0.27% 0.63% -
HSV(B) 82.35º 0.28% 0.73% -
XYZ 37.38 44.53 29.18 -
YUV 173.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 166 185 134 0.10 0 0.28 0.27 82.35 0.27 0.63
Hex A6 B9 86 A 0 1C 1B 52 1B 3F
Octal 246 271 206 12 0 34 33 122 33 77
Binary 10100110 10111001 10000110 1010 0 11100 11011 1010010 11011 111111

Color Harmonies of #A6B986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B986

Black with #A6B986

Text Example


Text Example

White with #A6B986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B986; }

 p { color: rgb(166,185,134); }

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

background-color css

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

 a { background-color: rgb(166,185,134); }

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

border-color css

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

 span { border-color: rgb(166,185,134); }

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