#AC813D

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

Shades of Alpine #AC813D

Tints of Alpine #AC813D

Color information

#AC813D (or 0xAC813D) is unknown color: approx Alpine. HEX triplet: AC, 81 and 3D. RGB value is (172,129,61). Sum of RGB (Red+Green+Blue) = 172+129+61=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC813D is #537EC2. Grayscale: #868686. Windows color (decimal): -5471939 or 4030892. OLE color: 4030892.

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

Color convert

RGB17212961-
CMYK00.250.650.33
HSL36.76º47.64%45.69%-
HSV(B)36.76º64.53%67.45%-
XYZ25.7124.817.85-
YUV134.186.75155.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=47.51%
G=35.64%
B=16.85%

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
Decimal1721296100.250.650.3336.7647.6445.69
HexAC813D019412125302e
Octal2542017503110141456056
Binary10101100100000011111010110011000001100001100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC813D; }

 p { color: rgb(172,129,61); }

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

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

 a { background-color: rgb(172,129,61); }

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

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

 span { border-color: rgb(172,129,61); }

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