Html Css Color HEX #A6B69B Norway

📋 copy color: '#A6B69B'

red 166 ◦ green 182 ◦ blue 155

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

Shades of Norway #A6B69B

Tints of Norway #A6B69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 33%
G = 36.18%
B = 30.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A6B69B (or 0xA6B69B) is known color: Norway. HEX triplet: A6, B6 and 9B. RGB value is (166,182,155). Sum of RGB (Red+Green+Blue) = 166+182+155=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B69B is #594964. Grayscale: #AEAEAE. Windows color (decimal): -5851493 or 10204838. OLE color: 10204838.

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

Color convert

RGB 166 182 155 -
CMYK 0.09 0 0.15 0.29
HSL 95.56º 0.16% 0.66% -
HSV(B) 95.56º 0.15% 0.71% -
XYZ 38.37 43.93 37.47 -
YUV 174.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 166 182 155 0.09 0 0.15 0.29 95.56 0.16 0.66
Hex A6 B6 9B 9 0 F 1D 60 10 42
Octal 246 266 233 11 0 17 35 140 20 102
Binary 10100110 10110110 10011011 1001 0 1111 11101 1100000 10000 1000010

Color Harmonies of #A6B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B69B

Black with #A6B69B

Text Example


Text Example

White with #A6B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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