#ac7034

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

Shades of Reno Sand #AC7034

Tints of Reno Sand #AC7034

Color information

#AC7034 (or 0xAC7034) is unknown color: approx Reno Sand. HEX triplet: AC, 70 and 34. RGB value is (172,112,52). Sum of RGB (Red+Green+Blue) = 172+112+52=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7034 is #538FCB. Grayscale: #7B7B7B. Windows color (decimal): -5476300 or 3436716. OLE color: 3436716.

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

Color convert

RGB17211252-
CMYK00.350.700.33
HSL30º53.57%43.92%-
HSV(B)30º69.77%67.45%-
XYZ23.4320.615.99-
YUV123.187.88162.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 52 (20.70% from 255) = 15.48%
R=51.19%
G=33.33%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721125200.350.700.333053.5743.92
HexAC703402346211e362c
Octal2541606404310641366654
Binary1010110011100001101000100011100011010000111110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7034; }

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

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

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

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

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

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

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

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