Html Css Color HEX #A6B49A Norway

📋 copy color: '#A6B49A'

red 166 ◦ green 180 ◦ blue 154

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

Shades of Norway #A6B49A

Tints of Norway #A6B49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 33.2%
G = 36%
B = 30.8%

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

#A6B49A (or 0xA6B49A) is known color: Norway. HEX triplet: A6, B4 and 9A. RGB value is (166,180,154). Sum of RGB (Red+Green+Blue) = 166+180+154=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B49A is #594B65. Grayscale: #ACACAC. Windows color (decimal): -5852006 or 10138790. OLE color: 10138790.

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

Color convert

RGB 166 180 154 -
CMYK 0.08 0 0.14 0.29
HSL 92.31º 0.15% 0.65% -
HSV(B) 92.31º 0.14% 0.71% -
XYZ 37.88 43.08 36.89 -
YUV 172.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 166 180 154 0.08 0 0.14 0.29 92.31 0.15 0.65
Hex A6 B4 9A 8 0 E 1D 5C F 41
Octal 246 264 232 10 0 16 35 134 17 101
Binary 10100110 10110100 10011010 1000 0 1110 11101 1011100 1111 1000001

Color Harmonies of #A6B49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B49A

Black with #A6B49A

Text Example


Text Example

White with #A6B49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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