#AB803E

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

Shades of Alpine #AB803E

Tints of Alpine #AB803E

Color information

#AB803E (or 0xAB803E) is unknown color: approx Alpine. HEX triplet: AB, 80 and 3E. RGB value is (171,128,62). Sum of RGB (Red+Green+Blue) = 171+128+62=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB803E is #547FC1. Grayscale: #858585. Windows color (decimal): -5537730 or 4096171. OLE color: 4096171.

HSL color Cylindrical-coordinate representation of color #AB803E: hue angle of 36.33º 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 #AB803E is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17112862-
CMYK00.250.640.33
HSL36.33º46.78%45.69%-
HSV(B)36.33º63.74%67.06%-
XYZ25.3824.447.94-
YUV133.3387.75154.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=47.37%
G=35.46%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711286200.250.640.3336.3346.7845.69
HexAB803E0194021242f2e
Octal2532007603110041445756
Binary10101011100000001111100110011000000100001100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB803E; }

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

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

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

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

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

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

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

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