Html Css Color HEX #A18141 Alpine

📋 copy color: '#A18141'

red 161 ◦ green 129 ◦ blue 65

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

Shades of Alpine #A18141

Tints of Alpine #A18141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 45.35%
G = 36.34%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A18141 (or 0xA18141) is known color: Alpine. HEX triplet: A1, 81 and 41. RGB value is (161,129,65). Sum of RGB (Red+Green+Blue) = 161+129+65=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A18141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18141 is #5E7EBE. Grayscale: #838383. Windows color (decimal): -6192831 or 4293025. OLE color: 4293025.

HSL color Cylindrical-coordinate representation of color #A18141: hue angle of 40º degrees, saturation: 0.42, 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 #A18141 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 65 -
CMYK 0 0.20 0.60 0.37
HSL 40º 0.42% 0.44% -
HSV(B) 40º 0.6% 0.63% -
XYZ 23.5 23.66 8.33 -
YUV 131.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 161 129 65 0 0.20 0.60 0.37 40 0.42 0.44
Hex A1 81 41 0 14 3C 25 28 2A 2C
Octal 241 201 101 0 24 74 45 50 52 54
Binary 10100001 10000001 1000001 0 10100 111100 100101 101000 101010 101100

Color Harmonies of #A18141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18141

Black with #A18141

Text Example


Text Example

White with #A18141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18141; }

 p { color: rgb(161,129,65); }

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

background-color css

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

 a { background-color: rgb(161,129,65); }

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

border-color css

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

 span { border-color: rgb(161,129,65); }

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