Html Css Color HEX #A18240 Alpine

📋 copy color: '#A18240'

red 161 ◦ green 130 ◦ blue 64

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

Shades of Alpine #A18240

Tints of Alpine #A18240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 45.35%
G = 36.62%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18240 (or 0xA18240) is known color: Alpine. HEX triplet: A1, 82 and 40. RGB value is (161,130,64). Sum of RGB (Red+Green+Blue) = 161+130+64=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A18240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18240 is #5E7DBF. Grayscale: #848484. Windows color (decimal): -6192576 or 4227745. OLE color: 4227745.

HSL color Cylindrical-coordinate representation of color #A18240: hue angle of 40.82º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A18240 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 130 64 -
CMYK 0 0.19 0.60 0.37
HSL 40.82º 0.43% 0.44% -
HSV(B) 40.82º 0.6% 0.63% -
XYZ 23.61 23.91 8.22 -
YUV 131.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 161 130 64 0 0.19 0.60 0.37 40.82 0.43 0.44
Hex A1 82 40 0 13 3C 25 29 2B 2C
Octal 241 202 100 0 23 74 45 51 53 54
Binary 10100001 10000010 1000000 0 10011 111100 100101 101001 101011 101100

Color Harmonies of #A18240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18240

Black with #A18240

Text Example


Text Example

White with #A18240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18240; }

 p { color: rgb(161,130,64); }

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

background-color css

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

 a { background-color: rgb(161,130,64); }

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

border-color css

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

 span { border-color: rgb(161,130,64); }

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