#AC873D

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

Shades of Alpine #AC873D

Tints of Alpine #AC873D

Color information

#AC873D (or 0xAC873D) is unknown color: approx Alpine. HEX triplet: AC, 87 and 3D. RGB value is (172,135,61). Sum of RGB (Red+Green+Blue) = 172+135+61=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC873D is #5378C2. Grayscale: #898989. Windows color (decimal): -5470403 or 4032428. OLE color: 4032428.

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

Color convert

RGB17213561-
CMYK00.220.650.33
HSL40º47.64%45.69%-
HSV(B)40º64.53%67.45%-
XYZ26.5226.448.12-
YUV137.6384.76152.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=46.74%
G=36.68%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721356100.220.650.334047.6445.69
HexAC873D016412128302e
Octal2542077502610141506056
Binary10101100100001111111010101101000001100001101000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC873D; }

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

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

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

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

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

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

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

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