#AC7135

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

Shades of Reno Sand #AC7135

Tints of Reno Sand #AC7135

Color information

#AC7135 (or 0xAC7135) is unknown color: approx Reno Sand. HEX triplet: AC, 71 and 35. RGB value is (172,113,53). Sum of RGB (Red+Green+Blue) = 172+113+53=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7135 is #538ECA. Grayscale: #7C7C7C. Windows color (decimal): -5476043 or 3502508. OLE color: 3502508.

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

Color convert

RGB17211353-
CMYK00.340.690.33
HSL30.25º52.89%44.12%-
HSV(B)30.25º69.19%67.45%-
XYZ23.5620.846.15-
YUV123.888.05162.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=50.89%
G=33.43%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721135300.340.690.3330.2552.8944.12
HexAC713502245211e352c
Octal2541616504210541366554
Binary1010110011100011101010100010100010110000111110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7135; }

 p { color: rgb(172,113,53); }

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

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

 a { background-color: rgb(172,113,53); }

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

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

 span { border-color: rgb(172,113,53); }

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