Html Css Color HEX #A0B493 Norway

📋 copy color: '#A0B493'

red 160 ◦ green 180 ◦ blue 147

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

Shades of Norway #A0B493

Tints of Norway #A0B493

RGB

 RED value IS 160 (62.89% from 255) = 32.85%

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

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

R = 32.85%
G = 36.96%
B = 30.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A0B493 (or 0xA0B493) is known color: Norway. HEX triplet: A0, B4 and 93. RGB value is (160,180,147). Sum of RGB (Red+Green+Blue) = 160+180+147=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B493 is #5F4B6C. Grayscale: #AAAAAA. Windows color (decimal): -6245229 or 9680032. OLE color: 9680032.

HSL color Cylindrical-coordinate representation of color #A0B493: hue angle of 96.36º 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 #A0B493 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 147 -
CMYK 0.11 0 0.18 0.29
HSL 96.36º 0.18% 0.64% -
HSV(B) 96.36º 0.18% 0.71% -
XYZ 36.08 42.22 33.85 -
YUV 170.26 114.87 120.68 -
System Red Green Blue C M Y K H S L
Decimal 160 180 147 0.11 0 0.18 0.29 96.36 0.18 0.64
Hex A0 B4 93 B 0 12 1D 60 12 40
Octal 240 264 223 13 0 22 35 140 22 100
Binary 10100000 10110100 10010011 1011 0 10010 11101 1100000 10010 1000000

Color Harmonies of #A0B493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B493

Black with #A0B493

Text Example


Text Example

White with #A0B493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B493; }

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

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

background-color css

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

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

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

border-color css

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

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

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