#AC6C34

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

Shades of Reno Sand #AC6C34

Tints of Reno Sand #AC6C34

Color information

#AC6C34 (or 0xAC6C34) is unknown color: approx Reno Sand. HEX triplet: AC, 6C and 34. RGB value is (172,108,52). Sum of RGB (Red+Green+Blue) = 172+108+52=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6C34 is #5393CB. Grayscale: #797979. Windows color (decimal): -5477324 or 3435692. OLE color: 3435692.

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

Color convert

RGB17210852-
CMYK00.370.700.33
HSL28º53.57%43.92%-
HSV(B)28º69.77%67.45%-
XYZ2319.745.85-
YUV120.7589.2164.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=51.81%
G=32.53%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721085200.370.700.332853.5743.92
HexAC6C3402546211c362c
Octal2541546404510641346654
Binary1010110011011001101000100101100011010000111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C34; }

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

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

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

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

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

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

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

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