#AC823E

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

Shades of Alpine #AC823E

Tints of Alpine #AC823E

Color information

#AC823E (or 0xAC823E) is unknown color: approx Alpine. HEX triplet: AC, 82 and 3E. RGB value is (172,130,62). Sum of RGB (Red+Green+Blue) = 172+130+62=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC823E is #537DC1. Grayscale: #878787. Windows color (decimal): -5471682 or 4096684. OLE color: 4096684.

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

Color convert

RGB17213062-
CMYK00.240.640.33
HSL37.09º47.01%45.88%-
HSV(B)37.09º63.95%67.45%-
XYZ25.8725.088.04-
YUV134.8186.91154.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=47.25%
G=35.71%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721306200.240.640.3337.0947.0145.88
HexAC823E0184021252f2e
Octal2542027603010041455756
Binary10101100100000101111100110001000000100001100101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC823E; }

 p { color: rgb(172,130,62); }

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

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

 a { background-color: rgb(172,130,62); }

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

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

 span { border-color: rgb(172,130,62); }

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