Html Css Color HEX #A6B09B Norway

📋 copy color: '#A6B09B'

red 166 ◦ green 176 ◦ blue 155

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

Shades of Norway #A6B09B

Tints of Norway #A6B09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 33.4%
G = 35.41%
B = 31.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#A6B09B (or 0xA6B09B) is known color: Norway. HEX triplet: A6, B0 and 9B. RGB value is (166,176,155). Sum of RGB (Red+Green+Blue) = 166+176+155=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B09B is #594F64. Grayscale: #AAAAAA. Windows color (decimal): -5853029 or 10203302. OLE color: 10203302.

HSL color Cylindrical-coordinate representation of color #A6B09B: hue angle of 88.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6B09B is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 176 155 -
CMYK 0.06 0 0.12 0.31
HSL 88.57º 0.12% 0.65% -
HSV(B) 88.57º 0.12% 0.69% -
XYZ 37.17 41.52 37.07 -
YUV 170.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 166 176 155 0.06 0 0.12 0.31 88.57 0.12 0.65
Hex A6 B0 9B 6 0 C 1F 59 C 41
Octal 246 260 233 6 0 14 37 131 14 101
Binary 10100110 10110000 10011011 110 0 1100 11111 1011001 1100 1000001

Color Harmonies of #A6B09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B09B

Black with #A6B09B

Text Example


Text Example

White with #A6B09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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