#AC7033

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

Shades of Reno Sand #AC7033

Tints of Reno Sand #AC7033

Color information

#AC7033 (or 0xAC7033) is unknown color: approx Reno Sand. HEX triplet: AC, 70 and 33. RGB value is (172,112,51). Sum of RGB (Red+Green+Blue) = 172+112+51=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7033 is #538FCC. Grayscale: #7B7B7B. Windows color (decimal): -5476301 or 3371180. OLE color: 3371180.

HSL color Cylindrical-coordinate representation of color #AC7033: hue angle of 30.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC7033 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17211251-
CMYK00.350.700.33
HSL30.25º54.26%43.73%-
HSV(B)30.25º70.35%67.45%-
XYZ23.420.65.87-
YUV122.9987.38162.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 51 (20.31% from 255) = 15.22%
R=51.34%
G=33.43%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721125100.350.700.3330.2554.2643.73
HexAC703302346211e362c
Octal2541606304310641366654
Binary1010110011100001100110100011100011010000111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7033; }

 p { color: rgb(172,112,51); }

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

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

 a { background-color: rgb(172,112,51); }

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

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

 span { border-color: rgb(172,112,51); }

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