#AB813C

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

Shades of Alpine #AB813C

Tints of Alpine #AB813C

Color information

#AB813C (or 0xAB813C) is unknown color: approx Alpine. HEX triplet: AB, 81 and 3C. RGB value is (171,129,60). Sum of RGB (Red+Green+Blue) = 171+129+60=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB813C is #547EC3. Grayscale: #868686. Windows color (decimal): -5537476 or 3965355. OLE color: 3965355.

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

Color convert

RGB17112960-
CMYK00.250.650.33
HSL37.3º48.05%45.29%-
HSV(B)37.3º64.91%67.06%-
XYZ25.4624.687.7-
YUV133.6986.41154.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 60 (23.83% from 255) = 16.67%
R=47.5%
G=35.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711296000.250.650.3337.348.0545.29
HexAB813C019412125302d
Octal2532017403110141456055
Binary10101011100000011111000110011000001100001100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB813C; }

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

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

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

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

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

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

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

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