#AB803F

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

Shades of Alpine #AB803F

Tints of Alpine #AB803F

Color information

#AB803F (or 0xAB803F) is unknown color: approx Alpine. HEX triplet: AB, 80 and 3F. RGB value is (171,128,63). Sum of RGB (Red+Green+Blue) = 171+128+63=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB803F is #547FC0. Grayscale: #858585. Windows color (decimal): -5537729 or 4161707. OLE color: 4161707.

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

Color convert

RGB17112863-
CMYK00.250.630.33
HSL36.11º46.15%45.88%-
HSV(B)36.11º63.16%67.06%-
XYZ25.4124.468.08-
YUV133.4588.25154.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 63 (25% from 255) = 17.40%
R=47.24%
G=35.36%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711286300.250.630.3336.1146.1545.88
HexAB803F0193F21242e2e
Octal253200770317741445656
Binary1010101110000000111111011001111111100001100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB803F; }

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

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

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

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

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

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

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

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