#AB863D

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

Shades of Alpine #AB863D

Tints of Alpine #AB863D

Color information

#AB863D (or 0xAB863D) is unknown color: approx Alpine. HEX triplet: AB, 86 and 3D. RGB value is (171,134,61). Sum of RGB (Red+Green+Blue) = 171+134+61=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB863D is #5479C2. Grayscale: #898989. Windows color (decimal): -5536195 or 4032171. OLE color: 4032171.

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

Color convert

RGB17113461-
CMYK00.220.640.33
HSL39.82º47.41%45.49%-
HSV(B)39.82º64.33%67.06%-
XYZ26.1626.058.06-
YUV136.7485.26152.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=46.72%
G=36.61%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711346100.220.640.3339.8247.4145.49
HexAB863D0164021282f2d
Octal2532067502610041505755
Binary10101011100001101111010101101000000100001101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB863D; }

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

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

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

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

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

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

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

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