#AC6C35

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

Shades of Reno Sand #AC6C35

Tints of Reno Sand #AC6C35

Color information

#AC6C35 (or 0xAC6C35) is unknown color: approx Reno Sand. HEX triplet: AC, 6C and 35. RGB value is (172,108,53). Sum of RGB (Red+Green+Blue) = 172+108+53=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C35 is #5393CA. Grayscale: #797979. Windows color (decimal): -5477323 or 3501228. OLE color: 3501228.

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

Color convert

RGB17210853-
CMYK00.370.690.33
HSL27.73º52.89%44.12%-
HSV(B)27.73º69.19%67.45%-
XYZ23.0219.755.97-
YUV120.8789.7164.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 53 (21.09% from 255) = 15.92%
R=51.65%
G=32.43%
B=15.92%

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
Decimal1721085300.370.690.3327.7352.8944.12
HexAC6C3502545211c352c
Octal2541546504510541346554
Binary1010110011011001101010100101100010110000111100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C35; }

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

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

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

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

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

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

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

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