#AC6935

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

Shades of Reno Sand #AC6935

Tints of Reno Sand #AC6935

Color information

#AC6935 (or 0xAC6935) is unknown color: approx Reno Sand. HEX triplet: AC, 69 and 35. RGB value is (172,105,53). Sum of RGB (Red+Green+Blue) = 172+105+53=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6935 is #5396CA. Grayscale: #777777. Windows color (decimal): -5478091 or 3500460. OLE color: 3500460.

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

Color convert

RGB17210553-
CMYK00.390.690.33
HSL26.22º52.89%44.12%-
HSV(B)26.22º69.19%67.45%-
XYZ22.7119.135.86-
YUV119.190.7165.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=52.12%
G=31.82%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721055300.390.690.3326.2252.8944.12
HexAC693502745211a352c
Octal2541516504710541326554
Binary1010110011010011101010100111100010110000111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6935; }

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

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

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

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

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

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

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

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