Html Css Color HEX #A6B687 Norway

📋 copy color: '#A6B687'

red 166 ◦ green 182 ◦ blue 135

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

Shades of Norway #A6B687

Tints of Norway #A6B687

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 34.37%
G = 37.68%
B = 27.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#A6B687 (or 0xA6B687) is known color: Norway. HEX triplet: A6, B6 and 87. RGB value is (166,182,135). Sum of RGB (Red+Green+Blue) = 166+182+135=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B687 is #594978. Grayscale: #ACACAC. Windows color (decimal): -5851513 or 8894118. OLE color: 8894118.

HSL color Cylindrical-coordinate representation of color #A6B687: hue angle of 80.43º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6B687 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 182 135 -
CMYK 0.09 0 0.26 0.29
HSL 80.43º 0.24% 0.62% -
HSV(B) 80.43º 0.26% 0.71% -
XYZ 36.83 43.31 29.34 -
YUV 171.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 166 182 135 0.09 0 0.26 0.29 80.43 0.24 0.62
Hex A6 B6 87 9 0 1A 1D 50 18 3E
Octal 246 266 207 11 0 32 35 120 30 76
Binary 10100110 10110110 10000111 1001 0 11010 11101 1010000 11000 111110

Color Harmonies of #A6B687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B687

Black with #A6B687

Text Example


Text Example

White with #A6B687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B687; }

 p { color: rgb(166,182,135); }

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

background-color css

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

 a { background-color: rgb(166,182,135); }

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

border-color css

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

 span { border-color: rgb(166,182,135); }

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