#AC7233

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

Shades of Reno Sand #AC7233

Tints of Reno Sand #AC7233

Color information

#AC7233 (or 0xAC7233) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 33. RGB value is (172,114,51). Sum of RGB (Red+Green+Blue) = 172+114+51=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7233 is #538DCC. Grayscale: #7C7C7C. Windows color (decimal): -5475789 or 3371692. OLE color: 3371692.

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

Color convert

RGB17211451-
CMYK00.340.700.33
HSL31.24º54.26%43.73%-
HSV(B)31.24º70.35%67.45%-
XYZ23.6321.045.95-
YUV124.1686.72162.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 51 (20.31% from 255) = 15.13%
R=51.04%
G=33.83%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721145100.340.700.3331.2454.2643.73
HexAC723302246211f362c
Octal2541626304210641376654
Binary1010110011100101100110100010100011010000111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7233; }

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

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

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

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

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

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

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

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