Html Css Color HEX #A3BA8C Norway

📋 copy color: '#A3BA8C'

red 163 ◦ green 186 ◦ blue 140

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

Shades of Norway #A3BA8C

Tints of Norway #A3BA8C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 140 (55.08% from 255) = 28.63%

R = 33.33%
G = 38.04%
B = 28.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#A3BA8C (or 0xA3BA8C) is known color: Norway. HEX triplet: A3, BA and 8C. RGB value is (163,186,140). Sum of RGB (Red+Green+Blue) = 163+186+140=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA8C is #5C4573. Grayscale: #AEAEAE. Windows color (decimal): -6047092 or 9222819. OLE color: 9222819.

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

Color convert

RGB 163 186 140 -
CMYK 0.12 0 0.25 0.27
HSL 90º 0.25% 0.64% -
HSV(B) 90º 0.25% 0.73% -
XYZ 37.4 44.8 31.49 -
YUV 173.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 163 186 140 0.12 0 0.25 0.27 90 0.25 0.64
Hex A3 BA 8C C 0 19 1B 5A 19 40
Octal 243 272 214 14 0 31 33 132 31 100
Binary 10100011 10111010 10001100 1100 0 11001 11011 1011010 11001 1000000

Color Harmonies of #A3BA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA8C

Black with #A3BA8C

Text Example


Text Example

White with #A3BA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA8C; }

 p { color: rgb(163,186,140); }

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

background-color css

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

 a { background-color: rgb(163,186,140); }

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

border-color css

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

 span { border-color: rgb(163,186,140); }

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