#AB813F

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

Shades of Alpine #AB813F

Tints of Alpine #AB813F

Color information

#AB813F (or 0xAB813F) is unknown color: approx Alpine. HEX triplet: AB, 81 and 3F. RGB value is (171,129,63). Sum of RGB (Red+Green+Blue) = 171+129+63=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB813F is #547EC0. Grayscale: #868686. Windows color (decimal): -5537473 or 4161963. OLE color: 4161963.

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

Color convert

RGB17112963-
CMYK00.250.630.33
HSL36.67º46.15%45.88%-
HSV(B)36.67º63.16%67.06%-
XYZ25.5424.728.13-
YUV134.0387.91154.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.11%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 63 (25% from 255) = 17.36%
R=47.11%
G=35.54%
B=17.36%

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
Decimal1711296300.250.630.3336.6746.1545.88
HexAB813F0193F21252e2e
Octal253201770317741455656
Binary1010101110000001111111011001111111100001100101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB813F; }

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

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

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

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

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

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

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

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