Html Css Color HEX #A6B49D Norway

📋 copy color: '#A6B49D'

red 166 ◦ green 180 ◦ blue 157

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

Shades of Norway #A6B49D

Tints of Norway #A6B49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.21%

R = 33%
G = 35.79%
B = 31.21%

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

#A6B49D (or 0xA6B49D) is known color: Norway. HEX triplet: A6, B4 and 9D. RGB value is (166,180,157). Sum of RGB (Red+Green+Blue) = 166+180+157=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49D is #594B62. Grayscale: #ADADAD. Windows color (decimal): -5852003 or 10335398. OLE color: 10335398.

HSL color Cylindrical-coordinate representation of color #A6B49D: hue angle of 96.52º degrees, saturation: 0.13, 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 #A6B49D is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 157 -
CMYK 0.08 0 0.13 0.29
HSL 96.52º 0.13% 0.66% -
HSV(B) 96.52º 0.13% 0.71% -
XYZ 38.13 43.18 38.22 -
YUV 173.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 166 180 157 0.08 0 0.13 0.29 96.52 0.13 0.66
Hex A6 B4 9D 8 0 D 1D 61 D 42
Octal 246 264 235 10 0 15 35 141 15 102
Binary 10100110 10110100 10011101 1000 0 1101 11101 1100001 1101 1000010

Color Harmonies of #A6B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B49D

Black with #A6B49D

Text Example


Text Example

White with #A6B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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