#AB893E

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

Shades of Alpine #AB893E

Tints of Alpine #AB893E

Color information

#AB893E (or 0xAB893E) is unknown color: approx Alpine. HEX triplet: AB, 89 and 3E. RGB value is (171,137,62). Sum of RGB (Red+Green+Blue) = 171+137+62=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB893E is #5476C1. Grayscale: #8A8A8A. Windows color (decimal): -5535426 or 4098475. OLE color: 4098475.

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

Color convert

RGB17113762-
CMYK00.200.640.33
HSL41.28º46.78%45.69%-
HSV(B)41.28º63.74%67.06%-
XYZ26.6126.98.35-
YUV138.6284.76151.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=46.22%
G=37.03%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711376200.200.640.3341.2846.7845.69
HexAB893E0144021292f2e
Octal2532117602410041515756
Binary10101011100010011111100101001000000100001101001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB893E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB893E; }

 p { color: rgb(171,137,62); }

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

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

 a { background-color: rgb(171,137,62); }

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

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

 span { border-color: rgb(171,137,62); }

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