Html Css Color HEX #A3B496 Norway

📋 copy color: '#A3B496'

red 163 ◦ green 180 ◦ blue 150

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

Shades of Norway #A3B496

Tints of Norway #A3B496

RGB

 RED value IS 163 (64.06% from 255) = 33.06%

 GREEN value IS 180 (70.7% from 255) = 36.51%

 BLUE value IS 150 (58.98% from 255) = 30.43%

R = 33.06%
G = 36.51%
B = 30.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#A3B496 (or 0xA3B496) is known color: Norway. HEX triplet: A3, B4 and 96. RGB value is (163,180,150). Sum of RGB (Red+Green+Blue) = 163+180+150=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B496 is #5C4B69. Grayscale: #ABABAB. Windows color (decimal): -6048618 or 9876643. OLE color: 9876643.

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

Color convert

RGB 163 180 150 -
CMYK 0.09 0 0.17 0.29
HSL 94º 0.17% 0.65% -
HSV(B) 94º 0.17% 0.71% -
XYZ 36.93 42.63 35.14 -
YUV 171.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 163 180 150 0.09 0 0.17 0.29 94 0.17 0.65
Hex A3 B4 96 9 0 11 1D 5E 11 41
Octal 243 264 226 11 0 21 35 136 21 101
Binary 10100011 10110100 10010110 1001 0 10001 11101 1011110 10001 1000001

Color Harmonies of #A3B496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B496

Black with #A3B496

Text Example


Text Example

White with #A3B496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B496; }

 p { color: rgb(163,180,150); }

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

background-color css

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

 a { background-color: rgb(163,180,150); }

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

border-color css

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

 span { border-color: rgb(163,180,150); }

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