#A58342

Color #A58342 Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #A58342

Tints of Alpine #A58342

Color information

#A58342 (or 0xA58342) is unknown color: approx Alpine. HEX triplet: A5, 83 and 42. RGB value is (165,131,66). Sum of RGB (Red+Green+Blue) = 165+131+66=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A58342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58342 is #5A7CBD. Grayscale: #868686. Windows color (decimal): -5930174 or 4359077. OLE color: 4359077.

HSL color Cylindrical-coordinate representation of color #A58342: hue angle of 39.39º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A58342 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16513166-
CMYK00.210.600.35
HSL39.39º42.86%45.29%-
HSV(B)39.39º60%64.71%-
XYZ24.6224.638.61-
YUV133.7689.76150.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=45.58%
G=36.19%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651316600.210.600.3539.3942.8645.29
HexA583420153C23272b2d
Octal2452031020257443475355
Binary10100101100000111000010010101111100100011100111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58342; }

 p { color: rgb(165,131,66); }

 H1.HeaderClassName
 {
   color: #A58342;
 }
 .AnyTagClassName
 {
   color: #A58342;
 }
</style>
background-color css

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

 a { background-color: rgb(165,131,66); }

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

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

 span { border-color: rgb(165,131,66); }

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