#AB883B

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

Shades of Alpine #AB883B

Tints of Alpine #AB883B

Color information

#AB883B (or 0xAB883B) is unknown color: approx Alpine. HEX triplet: AB, 88 and 3B. RGB value is (171,136,59). Sum of RGB (Red+Green+Blue) = 171+136+59=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB883B is #5477C4. Grayscale: #8A8A8A. Windows color (decimal): -5535685 or 3901611. OLE color: 3901611.

HSL color Cylindrical-coordinate representation of color #AB883B: hue angle of 41.25º degrees, saturation: 0.49, 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 #AB883B is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17113659-
CMYK00.200.650.33
HSL41.25º48.7%45.1%-
HSV(B)41.25º65.5%67.06%-
XYZ26.3926.587.88-
YUV137.6983.6151.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 136 (53.52% from 255) = 37.16%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=46.72%
G=37.16%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711365900.200.650.3341.2548.745.1
HexAB883B014412129312d
Octal2532107302410141516155
Binary10101011100010001110110101001000001100001101001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB883B; }

 p { color: rgb(171,136,59); }

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

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

 a { background-color: rgb(171,136,59); }

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

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

 span { border-color: rgb(171,136,59); }

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