#AC7039

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

Shades of Reno Sand #AC7039

Tints of Reno Sand #AC7039

Color information

#AC7039 (or 0xAC7039) is unknown color: approx Reno Sand. HEX triplet: AC, 70 and 39. RGB value is (172,112,57). Sum of RGB (Red+Green+Blue) = 172+112+57=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7039 is #538FC6. Grayscale: #7B7B7B. Windows color (decimal): -5476295 or 3764396. OLE color: 3764396.

HSL color Cylindrical-coordinate representation of color #AC7039: hue angle of 28.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC7039 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17211257-
CMYK00.350.670.33
HSL28.7º50.22%44.9%-
HSV(B)28.7º66.86%67.45%-
XYZ23.5520.656.62-
YUV123.6790.38162.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=50.44%
G=32.84%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721125700.350.670.3328.750.2244.9
HexAC703902343211d322d
Octal2541607104310341356255
Binary1010110011100001110010100011100001110000111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7039; }

 p { color: rgb(172,112,57); }

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

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

 a { background-color: rgb(172,112,57); }

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

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

 span { border-color: rgb(172,112,57); }

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