Html Css Color HEX #A2B48F Norway

📋 copy color: '#A2B48F'

red 162 ◦ green 180 ◦ blue 143

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

Shades of Norway #A2B48F

Tints of Norway #A2B48F

RGB

 RED value IS 162 (63.67% from 255) = 33.4%

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

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

R = 33.4%
G = 37.11%
B = 29.48%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#A2B48F (or 0xA2B48F) is known color: Norway. HEX triplet: A2, B4 and 8F. RGB value is (162,180,143). Sum of RGB (Red+Green+Blue) = 162+180+143=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B48F is #5D4B70. Grayscale: #AAAAAA. Windows color (decimal): -6114161 or 9417890. OLE color: 9417890.

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

Color convert

RGB 162 180 143 -
CMYK 0.1 0 0.21 0.29
HSL 89.19º 0.2% 0.63% -
HSV(B) 89.19º 0.21% 0.71% -
XYZ 36.18 42.31 32.25 -
YUV 170.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 162 180 143 0.1 0 0.21 0.29 89.19 0.2 0.63
Hex A2 B4 8F A 0 15 1D 59 14 3F
Octal 242 264 217 12 0 25 35 131 24 77
Binary 10100010 10110100 10001111 1010 0 10101 11101 1011001 10100 111111

Color Harmonies of #A2B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B48F

Black with #A2B48F

Text Example


Text Example

White with #A2B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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