#AC6D32

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

Shades of Reno Sand #AC6D32

Tints of Reno Sand #AC6D32

Color information

#AC6D32 (or 0xAC6D32) is unknown color: approx Reno Sand. HEX triplet: AC, 6D and 32. RGB value is (172,109,50). Sum of RGB (Red+Green+Blue) = 172+109+50=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D32 is #5392CD. Grayscale: #797979. Windows color (decimal): -5477070 or 3304876. OLE color: 3304876.

HSL color Cylindrical-coordinate representation of color #AC6D32: hue angle of 29.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC6D32 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB17210950-
CMYK00.370.710.33
HSL29.02º54.95%43.53%-
HSV(B)29.02º70.93%67.45%-
XYZ23.0619.945.65-
YUV121.1187.87164.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=51.96%
G=32.93%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721095000.370.710.3329.0254.9543.53
HexAC6D3202547211d372c
Octal2541556204510741356754
Binary1010110011011011100100100101100011110000111101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D32; }

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

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

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

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

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

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

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

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