Html Css Color HEX #A0B48D Norway

📋 copy color: '#A0B48D'

red 160 ◦ green 180 ◦ blue 141

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

Shades of Norway #A0B48D

Tints of Norway #A0B48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 33.26%
G = 37.42%
B = 29.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#A0B48D (or 0xA0B48D) is known color: Norway. HEX triplet: A0, B4 and 8D. RGB value is (160,180,141). Sum of RGB (Red+Green+Blue) = 160+180+141=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B48D is #5F4B72. Grayscale: #A9A9A9. Windows color (decimal): -6245235 or 9286816. OLE color: 9286816.

HSL color Cylindrical-coordinate representation of color #A0B48D: hue angle of 90.77º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0B48D is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 180 141 -
CMYK 0.11 0 0.22 0.29
HSL 90.77º 0.21% 0.63% -
HSV(B) 90.77º 0.22% 0.71% -
XYZ 35.63 42.04 31.44 -
YUV 169.57 111.87 121.17 -
System Red Green Blue C M Y K H S L
Decimal 160 180 141 0.11 0 0.22 0.29 90.77 0.21 0.63
Hex A0 B4 8D B 0 16 1D 5B 15 3F
Octal 240 264 215 13 0 26 35 133 25 77
Binary 10100000 10110100 10001101 1011 0 10110 11101 1011011 10101 111111

Color Harmonies of #A0B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B48D

Black with #A0B48D

Text Example


Text Example

White with #A0B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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