Html Css Color HEX #A3B991 Norway

📋 copy color: '#A3B991'

red 163 ◦ green 185 ◦ blue 145

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

Shades of Norway #A3B991

Tints of Norway #A3B991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.41%

R = 33.06%
G = 37.53%
B = 29.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#A3B991 (or 0xA3B991) is known color: Norway. HEX triplet: A3, B9 and 91. RGB value is (163,185,145). Sum of RGB (Red+Green+Blue) = 163+185+145=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B991 is #5C466E. Grayscale: #ADADAD. Windows color (decimal): -6047343 or 9550243. OLE color: 9550243.

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

Color convert

RGB 163 185 145 -
CMYK 0.12 0 0.22 0.27
HSL 93º 0.22% 0.65% -
HSV(B) 93º 0.22% 0.73% -
XYZ 37.56 44.53 33.4 -
YUV 173.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 163 185 145 0.12 0 0.22 0.27 93 0.22 0.65
Hex A3 B9 91 C 0 16 1B 5D 16 41
Octal 243 271 221 14 0 26 33 135 26 101
Binary 10100011 10111001 10010001 1100 0 10110 11011 1011101 10110 1000001

Color Harmonies of #A3B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B991

Black with #A3B991

Text Example


Text Example

White with #A3B991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B991; }

 p { color: rgb(163,185,145); }

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

background-color css

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

 a { background-color: rgb(163,185,145); }

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

border-color css

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

 span { border-color: rgb(163,185,145); }

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