Html Css Color HEX #A6B59A Norway

📋 copy color: '#A6B59A'

red 166 ◦ green 181 ◦ blue 154

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

Shades of Norway #A6B59A

Tints of Norway #A6B59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.13%

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 33.13%
G = 36.13%
B = 30.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A6B59A (or 0xA6B59A) is known color: Norway. HEX triplet: A6, B5 and 9A. RGB value is (166,181,154). Sum of RGB (Red+Green+Blue) = 166+181+154=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B59A is #594A65. Grayscale: #ADADAD. Windows color (decimal): -5851750 or 10139046. OLE color: 10139046.

HSL color Cylindrical-coordinate representation of color #A6B59A: hue angle of 93.33º degrees, saturation: 0.15, 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 #A6B59A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 154 -
CMYK 0.08 0 0.15 0.29
HSL 93.33º 0.15% 0.66% -
HSV(B) 93.33º 0.15% 0.71% -
XYZ 38.08 43.49 36.96 -
YUV 173.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 166 181 154 0.08 0 0.15 0.29 93.33 0.15 0.66
Hex A6 B5 9A 8 0 F 1D 5D F 42
Octal 246 265 232 10 0 17 35 135 17 102
Binary 10100110 10110101 10011010 1000 0 1111 11101 1011101 1111 1000010

Color Harmonies of #A6B59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B59A

Black with #A6B59A

Text Example


Text Example

White with #A6B59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B59A; }

 p { color: rgb(166,181,154); }

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

background-color css

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

 a { background-color: rgb(166,181,154); }

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

border-color css

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

 span { border-color: rgb(166,181,154); }

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