#AC753B

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

Shades of Reno Sand #AC753B

Tints of Reno Sand #AC753B

Color information

#AC753B (or 0xAC753B) is unknown color: approx Reno Sand. HEX triplet: AC, 75 and 3B. RGB value is (172,117,59). Sum of RGB (Red+Green+Blue) = 172+117+59=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC753B is #538AC4. Grayscale: #7F7F7F. Windows color (decimal): -5475013 or 3896748. OLE color: 3896748.

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

Color convert

RGB17211759-
CMYK00.320.660.33
HSL30.8º48.92%45.29%-
HSV(B)30.8º65.7%67.45%-
XYZ24.1621.817.07-
YUV126.8389.72160.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=49.43%
G=33.62%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721175900.320.660.3330.848.9245.29
HexAC753B02042211f312d
Octal2541657304010241376155
Binary1010110011101011110110100000100001010000111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC753B; }

 p { color: rgb(172,117,59); }

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

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

 a { background-color: rgb(172,117,59); }

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

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

 span { border-color: rgb(172,117,59); }

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