Html Css Color HEX #A08038 Alpine

📋 copy color: '#A08038'

red 160 ◦ green 128 ◦ blue 56

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

Shades of Alpine #A08038

Tints of Alpine #A08038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 46.51%
G = 37.21%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A08038 (or 0xA08038) is known color: Alpine. HEX triplet: A0, 80 and 38. RGB value is (160,128,56). Sum of RGB (Red+Green+Blue) = 160+128+56=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A08038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08038 is #5F7FC7. Grayscale: #818181. Windows color (decimal): -6258632 or 3702944. OLE color: 3702944.

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

Color convert

RGB 160 128 56 -
CMYK 0 0.20 0.65 0.37
HSL 41.54º 0.48% 0.42% -
HSV(B) 41.54º 0.65% 0.63% -
XYZ 22.93 23.2 7.01 -
YUV 129.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 160 128 56 0 0.20 0.65 0.37 41.54 0.48 0.42
Hex A0 80 38 0 14 41 25 2A 30 2A
Octal 240 200 70 0 24 101 45 52 60 52
Binary 10100000 10000000 111000 0 10100 1000001 100101 101010 110000 101010

Color Harmonies of #A08038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08038

Black with #A08038

Text Example


Text Example

White with #A08038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08038; }

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

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

background-color css

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

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

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

border-color css

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

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

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