Html Css Color HEX #A6B993 Norway

📋 copy color: '#A6B993'

red 166 ◦ green 185 ◦ blue 147

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

Shades of Norway #A6B993

Tints of Norway #A6B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.15%

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

R = 33.33%
G = 37.15%
B = 29.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#A6B993 (or 0xA6B993) is known color: Norway. HEX triplet: A6, B9 and 93. RGB value is (166,185,147). Sum of RGB (Red+Green+Blue) = 166+185+147=498 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.33% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B993 is #59466C. Grayscale: #AFAFAF. Windows color (decimal): -5850733 or 9681318. OLE color: 9681318.

HSL color Cylindrical-coordinate representation of color #A6B993: hue angle of 90º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6B993 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 185 147 -
CMYK 0.10 0 0.21 0.27
HSL 90º 0.21% 0.65% -
HSV(B) 90º 0.21% 0.73% -
XYZ 38.34 44.91 34.25 -
YUV 174.99 112.21 121.59 -
System Red Green Blue C M Y K H S L
Decimal 166 185 147 0.10 0 0.21 0.27 90 0.21 0.65
Hex A6 B9 93 A 0 15 1B 5A 15 41
Octal 246 271 223 12 0 25 33 132 25 101
Binary 10100110 10111001 10010011 1010 0 10101 11011 1011010 10101 1000001

Color Harmonies of #A6B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B993

Black with #A6B993

Text Example


Text Example

White with #A6B993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B993; }

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

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

background-color css

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

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

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

border-color css

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

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

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