#AC7239

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

Shades of Reno Sand #AC7239

Tints of Reno Sand #AC7239

Color information

#AC7239 (or 0xAC7239) is unknown color: approx Reno Sand. HEX triplet: AC, 72 and 39. RGB value is (172,114,57). Sum of RGB (Red+Green+Blue) = 172+114+57=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7239 is #538DC6. Grayscale: #7D7D7D. Windows color (decimal): -5475783 or 3764908. OLE color: 3764908.

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

Color convert

RGB17211457-
CMYK00.340.670.33
HSL29.74º50.22%44.9%-
HSV(B)29.74º66.86%67.45%-
XYZ23.7721.16.69-
YUV124.8489.72161.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=50.15%
G=33.24%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721145700.340.670.3329.7450.2244.9
HexAC723902243211e322d
Octal2541627104210341366255
Binary1010110011100101110010100010100001110000111110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7239; }

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

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

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

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

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

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

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

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