Html Css Color HEX #A6B593 Norway

📋 copy color: '#A6B593'

red 166 ◦ green 181 ◦ blue 147

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

Shades of Norway #A6B593

Tints of Norway #A6B593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.76%

R = 33.6%
G = 36.64%
B = 29.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A6B593 (or 0xA6B593) is known color: Norway. HEX triplet: A6, B5 and 93. RGB value is (166,181,147). Sum of RGB (Red+Green+Blue) = 166+181+147=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B593 is #594A6C. Grayscale: #ACACAC. Windows color (decimal): -5851757 or 9680294. OLE color: 9680294.

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

Color convert

RGB 166 181 147 -
CMYK 0.08 0 0.19 0.29
HSL 86.47º 0.19% 0.64% -
HSV(B) 86.47º 0.19% 0.71% -
XYZ 37.52 43.26 33.98 -
YUV 172.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 166 181 147 0.08 0 0.19 0.29 86.47 0.19 0.64
Hex A6 B5 93 8 0 13 1D 56 13 40
Octal 246 265 223 10 0 23 35 126 23 100
Binary 10100110 10110101 10010011 1000 0 10011 11101 1010110 10011 1000000

Color Harmonies of #A6B593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B593

Black with #A6B593

Text Example


Text Example

White with #A6B593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B593; }

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

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

background-color css

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

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

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

border-color css

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

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

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