Html Css Color HEX #A08041 Alpine

📋 copy color: '#A08041'

red 160 ◦ green 128 ◦ blue 65

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

Shades of Alpine #A08041

Tints of Alpine #A08041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 45.33%
G = 36.26%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08041 (or 0xA08041) is known color: Alpine. HEX triplet: A0, 80 and 41. RGB value is (160,128,65). Sum of RGB (Red+Green+Blue) = 160+128+65=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A08041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08041 is #5F7FBE. Grayscale: #828282. Windows color (decimal): -6258623 or 4292768. OLE color: 4292768.

HSL color Cylindrical-coordinate representation of color #A08041: hue angle of 39.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08041 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 65 -
CMYK 0 0.20 0.59 0.37
HSL 39.79º 0.42% 0.44% -
HSV(B) 39.79º 0.59% 0.63% -
XYZ 23.17 23.29 8.28 -
YUV 130.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 160 128 65 0 0.20 0.59 0.37 39.79 0.42 0.44
Hex A0 80 41 0 14 3B 25 28 2A 2C
Octal 240 200 101 0 24 73 45 50 52 54
Binary 10100000 10000000 1000001 0 10100 111011 100101 101000 101010 101100

Color Harmonies of #A08041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08041

Black with #A08041

Text Example


Text Example

White with #A08041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08041; }

 p { color: rgb(160,128,65); }

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

background-color css

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

 a { background-color: rgb(160,128,65); }

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

border-color css

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

 span { border-color: rgb(160,128,65); }

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