Html Css Color HEX #A6B691 Norway

📋 copy color: '#A6B691'

red 166 ◦ green 182 ◦ blue 145

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

Shades of Norway #A6B691

Tints of Norway #A6B691

RGB

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

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

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

R = 33.67%
G = 36.92%
B = 29.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#A6B691 (or 0xA6B691) is known color: Norway. HEX triplet: A6, B6 and 91. RGB value is (166,182,145). Sum of RGB (Red+Green+Blue) = 166+182+145=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B691 is #59496E. Grayscale: #ADADAD. Windows color (decimal): -5851503 or 9549478. OLE color: 9549478.

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

Color convert

RGB 166 182 145 -
CMYK 0.09 0 0.20 0.29
HSL 85.95º 0.2% 0.64% -
HSV(B) 85.95º 0.2% 0.71% -
XYZ 37.56 43.61 33.23 -
YUV 173 112.2 123.01 -
System Red Green Blue C M Y K H S L
Decimal 166 182 145 0.09 0 0.20 0.29 85.95 0.2 0.64
Hex A6 B6 91 9 0 14 1D 56 14 40
Octal 246 266 221 11 0 24 35 126 24 100
Binary 10100110 10110110 10010001 1001 0 10100 11101 1010110 10100 1000000

Color Harmonies of #A6B691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B691

Black with #A6B691

Text Example


Text Example

White with #A6B691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B691; }

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

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

background-color css

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

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

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

border-color css

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

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

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