Html Css Color HEX #A6B099 Norway

📋 copy color: '#A6B099'

red 166 ◦ green 176 ◦ blue 153

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

Shades of Norway #A6B099

Tints of Norway #A6B099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.91%

R = 33.54%
G = 35.56%
B = 30.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#A6B099 (or 0xA6B099) is known color: Norway. HEX triplet: A6, B0 and 99. RGB value is (166,176,153). Sum of RGB (Red+Green+Blue) = 166+176+153=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B099 is #594F66. Grayscale: #AAAAAA. Windows color (decimal): -5853031 or 10072230. OLE color: 10072230.

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

Color convert

RGB 166 176 153 -
CMYK 0.06 0 0.13 0.31
HSL 86.09º 0.13% 0.65% -
HSV(B) 86.09º 0.13% 0.69% -
XYZ 37 41.46 36.19 -
YUV 170.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 166 176 153 0.06 0 0.13 0.31 86.09 0.13 0.65
Hex A6 B0 99 6 0 D 1F 56 D 41
Octal 246 260 231 6 0 15 37 126 15 101
Binary 10100110 10110000 10011001 110 0 1101 11111 1010110 1101 1000001

Color Harmonies of #A6B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B099

Black with #A6B099

Text Example


Text Example

White with #A6B099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B099; }

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

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

background-color css

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

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

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

border-color css

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

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

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