#AC7133

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

Shades of Reno Sand #AC7133

Tints of Reno Sand #AC7133

Color information

#AC7133 (or 0xAC7133) is unknown color: approx Reno Sand. HEX triplet: AC, 71 and 33. RGB value is (172,113,51). Sum of RGB (Red+Green+Blue) = 172+113+51=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7133 is #538ECC. Grayscale: #7B7B7B. Windows color (decimal): -5476045 or 3371436. OLE color: 3371436.

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

Color convert

RGB17211351-
CMYK00.340.700.33
HSL30.74º54.26%43.73%-
HSV(B)30.74º70.35%67.45%-
XYZ23.5220.825.91-
YUV123.5787.05162.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 51 (20.31% from 255) = 15.18%
R=51.19%
G=33.63%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721135100.340.700.3330.7454.2643.73
HexAC713302246211f362c
Octal2541616304210641376654
Binary1010110011100011100110100010100011010000111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7133; }

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

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

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

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

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

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

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

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