#AC7236

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

Shades of Reno Sand #AC7236

Tints of Reno Sand #AC7236

Color information

#AC7236 (or 0xAC7236) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 36. RGB value is (172,114,54). Sum of RGB (Red+Green+Blue) = 172+114+54=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7236 is #538DC9. Grayscale: #7C7C7C. Windows color (decimal): -5475786 or 3568300. OLE color: 3568300.

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

Color convert

RGB17211454-
CMYK00.340.690.33
HSL30.51º52.21%44.31%-
HSV(B)30.51º68.6%67.45%-
XYZ23.721.076.31-
YUV124.588.22161.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 54 (21.48% from 255) = 15.88%
R=50.59%
G=33.53%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721145400.340.690.3330.5152.2144.31
HexAC723602245211f342c
Octal2541626604210541376454
Binary1010110011100101101100100010100010110000111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7236; }

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

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

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

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

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

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

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

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