Html Css Color HEX #A6B59C Norway

📋 copy color: '#A6B59C'

red 166 ◦ green 181 ◦ blue 156

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

Shades of Norway #A6B59C

Tints of Norway #A6B59C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

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

R = 33%
G = 35.98%
B = 31.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#A6B59C (or 0xA6B59C) is known color: Norway. HEX triplet: A6, B5 and 9C. RGB value is (166,181,156). Sum of RGB (Red+Green+Blue) = 166+181+156=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B59C is #594A63. Grayscale: #ADADAD. Windows color (decimal): -5851748 or 10270118. OLE color: 10270118.

HSL color Cylindrical-coordinate representation of color #A6B59C: hue angle of 96º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6B59C is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 156 -
CMYK 0.08 0 0.14 0.29
HSL 96º 0.14% 0.66% -
HSV(B) 96º 0.14% 0.71% -
XYZ 38.25 43.56 37.84 -
YUV 173.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 166 181 156 0.08 0 0.14 0.29 96 0.14 0.66
Hex A6 B5 9C 8 0 E 1D 60 E 42
Octal 246 265 234 10 0 16 35 140 16 102
Binary 10100110 10110101 10011100 1000 0 1110 11101 1100000 1110 1000010

Color Harmonies of #A6B59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B59C

Black with #A6B59C

Text Example


Text Example

White with #A6B59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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