Html Css Color HEX #A1B48F Norway

📋 copy color: '#A1B48F'

red 161 ◦ green 180 ◦ blue 143

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

Shades of Norway #A1B48F

Tints of Norway #A1B48F

RGB

 RED value IS 161 (63.28% from 255) = 33.26%

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

 BLUE value IS 143 (56.25% from 255) = 29.55%

R = 33.26%
G = 37.19%
B = 29.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A1B48F (or 0xA1B48F) is known color: Norway. HEX triplet: A1, B4 and 8F. RGB value is (161,180,143). Sum of RGB (Red+Green+Blue) = 161+180+143=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B48F is #5E4B70. Grayscale: #AAAAAA. Windows color (decimal): -6179697 or 9417889. OLE color: 9417889.

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

Color convert

RGB 161 180 143 -
CMYK 0.11 0 0.21 0.29
HSL 90.81º 0.2% 0.63% -
HSV(B) 90.81º 0.21% 0.71% -
XYZ 35.98 42.2 32.24 -
YUV 170.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 161 180 143 0.11 0 0.21 0.29 90.81 0.2 0.63
Hex A1 B4 8F B 0 15 1D 5B 14 3F
Octal 241 264 217 13 0 25 35 133 24 77
Binary 10100001 10110100 10001111 1011 0 10101 11101 1011011 10100 111111

Color Harmonies of #A1B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B48F

Black with #A1B48F

Text Example


Text Example

White with #A1B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B48F; }

 p { color: rgb(161,180,143); }

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

background-color css

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

 a { background-color: rgb(161,180,143); }

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

border-color css

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

 span { border-color: rgb(161,180,143); }

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