#AB863C

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

Shades of Alpine #AB863C

Tints of Alpine #AB863C

Color information

#AB863C (or 0xAB863C) is unknown color: approx Alpine. HEX triplet: AB, 86 and 3C. RGB value is (171,134,60). Sum of RGB (Red+Green+Blue) = 171+134+60=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB863C is #5479C3. Grayscale: #888888. Windows color (decimal): -5536196 or 3966635. OLE color: 3966635.

HSL color Cylindrical-coordinate representation of color #AB863C: hue angle of 40º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB863C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17113460-
CMYK00.220.650.33
HSL40º48.05%45.29%-
HSV(B)40º64.91%67.06%-
XYZ26.1426.037.92-
YUV136.6384.76152.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=46.85%
G=36.71%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711346000.220.650.334048.0545.29
HexAB863C016412128302d
Octal2532067402610141506055
Binary10101011100001101111000101101000001100001101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB863C; }

 p { color: rgb(171,134,60); }

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

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

 a { background-color: rgb(171,134,60); }

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

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

 span { border-color: rgb(171,134,60); }

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