#A9863E

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

Shades of Alpine #A9863E

Tints of Alpine #A9863E

Color information

#A9863E (or 0xA9863E) is unknown color: approx Alpine. HEX triplet: A9, 86 and 3E. RGB value is (169,134,62). Sum of RGB (Red+Green+Blue) = 169+134+62=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A9863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9863E is #5679C1. Grayscale: #888888. Windows color (decimal): -5667266 or 4097705. OLE color: 4097705.

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

Color convert

RGB16913462-
CMYK00.210.630.34
HSL40.37º46.32%45.29%-
HSV(B)40.37º63.31%66.27%-
XYZ25.7625.838.19-
YUV136.2686.1151.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 62 (24.61% from 255) = 16.99%
R=46.30%
G=36.71%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691346200.210.630.3440.3746.3245.29
HexA9863E0153F22282e2d
Octal251206760257742505655
Binary1010100110000110111110010101111111100010101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9863E; }

 p { color: rgb(169,134,62); }

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

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

 a { background-color: rgb(169,134,62); }

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

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

 span { border-color: rgb(169,134,62); }

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