#AC6E33

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

Shades of Reno Sand #AC6E33

Tints of Reno Sand #AC6E33

Color information

#AC6E33 (or 0xAC6E33) is unknown color: approx Reno Sand. HEX triplet: AC, 6E and 33. RGB value is (172,110,51). Sum of RGB (Red+Green+Blue) = 172+110+51=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E33 is #5391CC. Grayscale: #7A7A7A. Windows color (decimal): -5476813 or 3370668. OLE color: 3370668.

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

Color convert

RGB17211051-
CMYK00.360.700.33
HSL29.26º54.26%43.73%-
HSV(B)29.26º70.35%67.45%-
XYZ23.1920.165.8-
YUV121.8188.04163.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=51.65%
G=33.03%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721105100.360.700.3329.2654.2643.73
HexAC6E3302446211d362c
Octal2541566304410641356654
Binary1010110011011101100110100100100011010000111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E33; }

 p { color: rgb(172,110,51); }

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

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

 a { background-color: rgb(172,110,51); }

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

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

 span { border-color: rgb(172,110,51); }

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