Html Css Color HEX #A6B688 Norway

📋 copy color: '#A6B688'

red 166 ◦ green 182 ◦ blue 136

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

Shades of Norway #A6B688

Tints of Norway #A6B688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 34.3%
G = 37.6%
B = 28.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#A6B688 (or 0xA6B688) is known color: Norway. HEX triplet: A6, B6 and 88. RGB value is (166,182,136). Sum of RGB (Red+Green+Blue) = 166+182+136=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B688 is #594977. Grayscale: #ACACAC. Windows color (decimal): -5851512 or 8959654. OLE color: 8959654.

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

Color convert

RGB 166 182 136 -
CMYK 0.09 0 0.25 0.29
HSL 80.87º 0.24% 0.62% -
HSV(B) 80.87º 0.25% 0.71% -
XYZ 36.9 43.34 29.71 -
YUV 171.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 166 182 136 0.09 0 0.25 0.29 80.87 0.24 0.62
Hex A6 B6 88 9 0 19 1D 51 18 3E
Octal 246 266 210 11 0 31 35 121 30 76
Binary 10100110 10110110 10001000 1001 0 11001 11101 1010001 11000 111110

Color Harmonies of #A6B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B688

Black with #A6B688

Text Example


Text Example

White with #A6B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B688; }

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

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

background-color css

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

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

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

border-color css

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

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

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