Html Css Color HEX #A18140 Alpine

📋 copy color: '#A18140'

red 161 ◦ green 129 ◦ blue 64

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

Shades of Alpine #A18140

Tints of Alpine #A18140

RGB

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

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

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

R = 45.48%
G = 36.44%
B = 18.08%

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

#A18140 (or 0xA18140) is known color: Alpine. HEX triplet: A1, 81 and 40. RGB value is (161,129,64). Sum of RGB (Red+Green+Blue) = 161+129+64=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A18140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18140 is #5E7EBF. Grayscale: #838383. Windows color (decimal): -6192832 or 4227489. OLE color: 4227489.

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

Color convert

RGB 161 129 64 -
CMYK 0 0.20 0.60 0.37
HSL 40.21º 0.43% 0.44% -
HSV(B) 40.21º 0.6% 0.63% -
XYZ 23.47 23.65 8.18 -
YUV 131.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 161 129 64 0 0.20 0.60 0.37 40.21 0.43 0.44
Hex A1 81 40 0 14 3C 25 28 2B 2C
Octal 241 201 100 0 24 74 45 50 53 54
Binary 10100001 10000001 1000000 0 10100 111100 100101 101000 101011 101100

Color Harmonies of #A18140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18140

Black with #A18140

Text Example


Text Example

White with #A18140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18140; }

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

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

background-color css

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

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

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

border-color css

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

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

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