#AC7235

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

Shades of Reno Sand #AC7235

Tints of Reno Sand #AC7235

Color information

#AC7235 (or 0xAC7235) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 35. RGB value is (172,114,53). Sum of RGB (Red+Green+Blue) = 172+114+53=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7235 is #538DCA. Grayscale: #7C7C7C. Windows color (decimal): -5475787 or 3502764. OLE color: 3502764.

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

Color convert

RGB17211453-
CMYK00.340.690.33
HSL30.76º52.89%44.12%-
HSV(B)30.76º69.19%67.45%-
XYZ23.6721.066.19-
YUV124.3987.72161.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=50.74%
G=33.63%
B=15.63%

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
Decimal1721145300.340.690.3330.7652.8944.12
HexAC723502245211f352c
Octal2541626504210541376554
Binary1010110011100101101010100010100010110000111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7235; }

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

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

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

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

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

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

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

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