Html Css Color HEX #A6B491 Norway

📋 copy color: '#A6B491'

red 166 ◦ green 180 ◦ blue 145

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

Shades of Norway #A6B491

Tints of Norway #A6B491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 33.81%
G = 36.66%
B = 29.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A6B491 (or 0xA6B491) is known color: Norway. HEX triplet: A6, B4 and 91. RGB value is (166,180,145). Sum of RGB (Red+Green+Blue) = 166+180+145=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B491 is #594B6E. Grayscale: #ABABAB. Windows color (decimal): -5852015 or 9548966. OLE color: 9548966.

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

Color convert

RGB 166 180 145 -
CMYK 0.08 0 0.19 0.29
HSL 84º 0.19% 0.64% -
HSV(B) 84º 0.19% 0.71% -
XYZ 37.16 42.79 33.09 -
YUV 171.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 166 180 145 0.08 0 0.19 0.29 84 0.19 0.64
Hex A6 B4 91 8 0 13 1D 54 13 40
Octal 246 264 221 10 0 23 35 124 23 100
Binary 10100110 10110100 10010001 1000 0 10011 11101 1010100 10011 1000000

Color Harmonies of #A6B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B491

Black with #A6B491

Text Example


Text Example

White with #A6B491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B491; }

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

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

background-color css

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

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

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

border-color css

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

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

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