Html Css Color HEX #A6B693 Norway

📋 copy color: '#A6B693'

red 166 ◦ green 182 ◦ blue 147

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

Shades of Norway #A6B693

Tints of Norway #A6B693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.77%

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

R = 33.54%
G = 36.77%
B = 29.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#A6B693 (or 0xA6B693) is known color: Norway. HEX triplet: A6, B6 and 93. RGB value is (166,182,147). Sum of RGB (Red+Green+Blue) = 166+182+147=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B693 is #59496C. Grayscale: #ADADAD. Windows color (decimal): -5851501 or 9680550. OLE color: 9680550.

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

Color convert

RGB 166 182 147 -
CMYK 0.09 0 0.19 0.29
HSL 87.43º 0.19% 0.65% -
HSV(B) 87.43º 0.19% 0.71% -
XYZ 37.72 43.67 34.04 -
YUV 173.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 166 182 147 0.09 0 0.19 0.29 87.43 0.19 0.65
Hex A6 B6 93 9 0 13 1D 57 13 41
Octal 246 266 223 11 0 23 35 127 23 101
Binary 10100110 10110110 10010011 1001 0 10011 11101 1010111 10011 1000001

Color Harmonies of #A6B693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B693

Black with #A6B693

Text Example


Text Example

White with #A6B693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B693; }

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

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

background-color css

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

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

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

border-color css

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

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

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