Html Css Color HEX #A3B98F Norway

📋 copy color: '#A3B98F'

red 163 ◦ green 185 ◦ blue 143

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

Shades of Norway #A3B98F

Tints of Norway #A3B98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.12%

R = 33.2%
G = 37.68%
B = 29.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#A3B98F (or 0xA3B98F) is known color: Norway. HEX triplet: A3, B9 and 8F. RGB value is (163,185,143). Sum of RGB (Red+Green+Blue) = 163+185+143=491 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.20% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B98F is #5C4670. Grayscale: #ADADAD. Windows color (decimal): -6047345 or 9419171. OLE color: 9419171.

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

Color convert

RGB 163 185 143 -
CMYK 0.12 0 0.23 0.27
HSL 91.43º 0.23% 0.64% -
HSV(B) 91.43º 0.23% 0.73% -
XYZ 37.41 44.47 32.6 -
YUV 173.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 163 185 143 0.12 0 0.23 0.27 91.43 0.23 0.64
Hex A3 B9 8F C 0 17 1B 5B 17 40
Octal 243 271 217 14 0 27 33 133 27 100
Binary 10100011 10111001 10001111 1100 0 10111 11011 1011011 10111 1000000

Color Harmonies of #A3B98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B98F

Black with #A3B98F

Text Example


Text Example

White with #A3B98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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