#A88541

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

Shades of Alpine #A88541

Tints of Alpine #A88541

Color information

#A88541 (or 0xA88541) is unknown color: approx Alpine. HEX triplet: A8, 85 and 41. RGB value is (168,133,65). Sum of RGB (Red+Green+Blue) = 168+133+65=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A88541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88541 is #577ABE. Grayscale: #888888. Windows color (decimal): -5733055 or 4294056. OLE color: 4294056.

HSL color Cylindrical-coordinate representation of color #A88541: hue angle of 39.61º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A88541 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16813365-
CMYK00.210.610.34
HSL39.61º44.21%45.69%-
HSV(B)39.61º61.31%65.88%-
XYZ25.4925.488.58-
YUV135.7188.1151.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=45.90%
G=36.34%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681336500.210.610.3439.6144.2145.69
HexA885410153D22282c2e
Octal2502051010257542505456
Binary10101000100001011000001010101111101100010101000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88541; }

 p { color: rgb(168,133,65); }

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

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

 a { background-color: rgb(168,133,65); }

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

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

 span { border-color: rgb(168,133,65); }

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