#AC883D

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

Shades of Alpine #AC883D

Tints of Alpine #AC883D

Color information

#AC883D (or 0xAC883D) is unknown color: approx Alpine. HEX triplet: AC, 88 and 3D. RGB value is (172,136,61). Sum of RGB (Red+Green+Blue) = 172+136+61=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 61 (24.22% from 255 or 16.53% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC883D is #5377C2. Grayscale: #8A8A8A. Windows color (decimal): -5470147 or 4032684. OLE color: 4032684.

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

Color convert

RGB17213661-
CMYK00.210.650.33
HSL40.54º47.64%45.69%-
HSV(B)40.54º64.53%67.45%-
XYZ26.6626.728.17-
YUV138.2184.43152.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 61 (24.22% from 255) = 16.53%
R=46.61%
G=36.86%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721366100.210.650.3340.5447.6445.69
HexAC883D015412129302e
Octal2542107502510141516056
Binary10101100100010001111010101011000001100001101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC883D; }

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

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

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

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

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

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

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

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