Html Css Color HEX #A6B49C Norway

📋 copy color: '#A6B49C'

red 166 ◦ green 180 ◦ blue 156

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

Shades of Norway #A6B49C

Tints of Norway #A6B49C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.86%

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

R = 33.07%
G = 35.86%
B = 31.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#A6B49C (or 0xA6B49C) is known color: Norway. HEX triplet: A6, B4 and 9C. RGB value is (166,180,156). Sum of RGB (Red+Green+Blue) = 166+180+156=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49C is #594B63. Grayscale: #ADADAD. Windows color (decimal): -5852004 or 10269862. OLE color: 10269862.

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

Color convert

RGB 166 180 156 -
CMYK 0.08 0 0.13 0.29
HSL 95º 0.14% 0.66% -
HSV(B) 95º 0.13% 0.71% -
XYZ 38.05 43.15 37.78 -
YUV 173.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 166 180 156 0.08 0 0.13 0.29 95 0.14 0.66
Hex A6 B4 9C 8 0 D 1D 5F E 42
Octal 246 264 234 10 0 15 35 137 16 102
Binary 10100110 10110100 10011100 1000 0 1101 11101 1011111 1110 1000010

Color Harmonies of #A6B49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B49C

Black with #A6B49C

Text Example


Text Example

White with #A6B49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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