#AC7232

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

Shades of Reno Sand #AC7232

Tints of Reno Sand #AC7232

Color information

#AC7232 (or 0xAC7232) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 32. RGB value is (172,114,50). Sum of RGB (Red+Green+Blue) = 172+114+50=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7232 is #538DCD. Grayscale: #7C7C7C. Windows color (decimal): -5475790 or 3306156. OLE color: 3306156.

HSL color Cylindrical-coordinate representation of color #AC7232: hue angle of 31.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC7232 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17211450-
CMYK00.340.710.33
HSL31.48º54.95%43.53%-
HSV(B)31.48º70.93%67.45%-
XYZ23.6121.045.83-
YUV124.0586.22162.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 50 (19.92% from 255) = 14.88%
R=51.19%
G=33.93%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721145000.340.710.3331.4854.9543.53
HexAC723202247211f372c
Octal2541626204210741376754
Binary1010110011100101100100100010100011110000111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7232; }

 p { color: rgb(172,114,50); }

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

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

 a { background-color: rgb(172,114,50); }

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

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

 span { border-color: rgb(172,114,50); }

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