Html Css Color HEX #A08140 Alpine

📋 copy color: '#A08140'

red 160 ◦ green 129 ◦ blue 64

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

Shades of Alpine #A08140

Tints of Alpine #A08140

RGB

 RED value IS 160 (62.89% from 255) = 45.33%

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

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

R = 45.33%
G = 36.54%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A08140 (or 0xA08140) is known color: Alpine. HEX triplet: A0, 81 and 40. RGB value is (160,129,64). Sum of RGB (Red+Green+Blue) = 160+129+64=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A08140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08140 is #5F7EBF. Grayscale: #838383. Windows color (decimal): -6258368 or 4227488. OLE color: 4227488.

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

Color convert

RGB 160 129 64 -
CMYK 0 0.19 0.6 0.37
HSL 40.63º 0.43% 0.44% -
HSV(B) 40.63º 0.6% 0.63% -
XYZ 23.27 23.54 8.17 -
YUV 130.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 160 129 64 0 0.19 0.6 0.37 40.63 0.43 0.44
Hex A0 81 40 0 13 3C 25 29 2B 2C
Octal 240 201 100 0 23 74 45 51 53 54
Binary 10100000 10000001 1000000 0 10011 111100 100101 101001 101011 101100

Color Harmonies of #A08140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08140

Black with #A08140

Text Example


Text Example

White with #A08140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08140; }

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

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

background-color css

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

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

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

border-color css

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

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

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