Html Css Color HEX #A3B490 Norway

📋 copy color: '#A3B490'

red 163 ◦ green 180 ◦ blue 144

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

Shades of Norway #A3B490

Tints of Norway #A3B490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 33.47%
G = 36.96%
B = 29.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#A3B490 (or 0xA3B490) is known color: Norway. HEX triplet: A3, B4 and 90. RGB value is (163,180,144). Sum of RGB (Red+Green+Blue) = 163+180+144=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B490 is #5C4B6F. Grayscale: #AAAAAA. Windows color (decimal): -6048624 or 9483427. OLE color: 9483427.

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

Color convert

RGB 163 180 144 -
CMYK 0.09 0 0.2 0.29
HSL 88.33º 0.19% 0.64% -
HSV(B) 88.33º 0.2% 0.71% -
XYZ 36.46 42.44 32.66 -
YUV 170.81 112.87 122.43 -
System Red Green Blue C M Y K H S L
Decimal 163 180 144 0.09 0 0.2 0.29 88.33 0.19 0.64
Hex A3 B4 90 9 0 14 1D 58 13 40
Octal 243 264 220 11 0 24 35 130 23 100
Binary 10100011 10110100 10010000 1001 0 10100 11101 1011000 10011 1000000

Color Harmonies of #A3B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B490

Black with #A3B490

Text Example


Text Example

White with #A3B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B490; }

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

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

background-color css

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

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

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

border-color css

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

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

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