Html Css Color HEX #A6B886 Norway

📋 copy color: '#A6B886'

red 166 ◦ green 184 ◦ blue 134

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

Shades of Norway #A6B886

Tints of Norway #A6B886

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.02%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 34.3%
G = 38.02%
B = 27.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#A6B886 (or 0xA6B886) is known color: Norway. HEX triplet: A6, B8 and 86. RGB value is (166,184,134). Sum of RGB (Red+Green+Blue) = 166+184+134=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B886 is #594779. Grayscale: #ADADAD. Windows color (decimal): -5851002 or 8829094. OLE color: 8829094.

HSL color Cylindrical-coordinate representation of color #A6B886: hue angle of 81.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6B886 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 184 134 -
CMYK 0.10 0 0.27 0.28
HSL 81.6º 0.26% 0.62% -
HSV(B) 81.6º 0.27% 0.72% -
XYZ 37.17 44.11 29.11 -
YUV 172.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 166 184 134 0.10 0 0.27 0.28 81.6 0.26 0.62
Hex A6 B8 86 A 0 1B 1C 52 1A 3E
Octal 246 270 206 12 0 33 34 122 32 76
Binary 10100110 10111000 10000110 1010 0 11011 11100 1010010 11010 111110

Color Harmonies of #A6B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B886

Black with #A6B886

Text Example


Text Example

White with #A6B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B886; }

 p { color: rgb(166,184,134); }

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

background-color css

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

 a { background-color: rgb(166,184,134); }

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

border-color css

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

 span { border-color: rgb(166,184,134); }

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