#AC6D35

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

Shades of Reno Sand #AC6D35

Tints of Reno Sand #AC6D35

Color information

#AC6D35 (or 0xAC6D35) is unknown color: approx Reno Sand. HEX triplet: AC, 6D and 35. RGB value is (172,109,53). Sum of RGB (Red+Green+Blue) = 172+109+53=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D35 is #5392CA. Grayscale: #797979. Windows color (decimal): -5477067 or 3501484. OLE color: 3501484.

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

Color convert

RGB17210953-
CMYK00.370.690.33
HSL28.24º52.89%44.12%-
HSV(B)28.24º69.19%67.45%-
XYZ23.1219.966-
YUV121.4589.37164.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=51.50%
G=32.63%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721095300.370.690.3328.2452.8944.12
HexAC6D3502545211c352c
Octal2541556504510541346554
Binary1010110011011011101010100101100010110000111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D35; }

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

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

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

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

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

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

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

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