#AC783A

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

Shades of Reno Sand #AC783A

Tints of Reno Sand #AC783A

Color information

#AC783A (or 0xAC783A) is unknown color: approx Reno Sand. HEX triplet: AC, 78 and 3A. RGB value is (172,120,58). Sum of RGB (Red+Green+Blue) = 172+120+58=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC783A is #5387C5. Grayscale: #808080. Windows color (decimal): -5474246 or 3831980. OLE color: 3831980.

HSL color Cylindrical-coordinate representation of color #AC783A: hue angle of 32.63º degrees, saturation: 0.5, 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 #AC783A is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17212058-
CMYK00.300.660.33
HSL32.63º49.57%45.1%-
HSV(B)32.63º66.28%67.45%-
XYZ24.4922.517.06-
YUV128.4888.23159.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=49.14%
G=34.29%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721205800.300.660.3332.6349.5745.1
HexAC783A01E422121322d
Octal2541707203610241416255
Binary1010110011110001110100111101000010100001100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC783A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC783A; }

 p { color: rgb(172,120,58); }

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

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

 a { background-color: rgb(172,120,58); }

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

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

 span { border-color: rgb(172,120,58); }

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