Html Css Color HEX #A3B493 Norway

📋 copy color: '#A3B493'

red 163 ◦ green 180 ◦ blue 147

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

Shades of Norway #A3B493

Tints of Norway #A3B493

RGB

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

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

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

R = 33.27%
G = 36.73%
B = 30%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A3B493 (or 0xA3B493) is known color: Norway. HEX triplet: A3, B4 and 93. RGB value is (163,180,147). Sum of RGB (Red+Green+Blue) = 163+180+147=490 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.27% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B493 is #5C4B6C. Grayscale: #ABABAB. Windows color (decimal): -6048621 or 9680035. OLE color: 9680035.

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

Color convert

RGB 163 180 147 -
CMYK 0.09 0 0.18 0.29
HSL 90.91º 0.18% 0.64% -
HSV(B) 90.91º 0.18% 0.71% -
XYZ 36.69 42.54 33.88 -
YUV 171.16 114.37 122.18 -
System Red Green Blue C M Y K H S L
Decimal 163 180 147 0.09 0 0.18 0.29 90.91 0.18 0.64
Hex A3 B4 93 9 0 12 1D 5B 12 40
Octal 243 264 223 11 0 22 35 133 22 100
Binary 10100011 10110100 10010011 1001 0 10010 11101 1011011 10010 1000000

Color Harmonies of #A3B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B493

Black with #A3B493

Text Example


Text Example

White with #A3B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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