#AC6A30

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

Shades of Reno Sand #AC6A30

Tints of Reno Sand #AC6A30

Color information

#AC6A30 (or 0xAC6A30) is unknown color: approx Reno Sand. HEX triplet: AC, 6A and 30. RGB value is (172,106,48). Sum of RGB (Red+Green+Blue) = 172+106+48=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A30 is #5395CF. Grayscale: #777777. Windows color (decimal): -5477840 or 3173036. OLE color: 3173036.

HSL color Cylindrical-coordinate representation of color #AC6A30: hue angle of 28.06º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC6A30 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB17210648-
CMYK00.380.720.33
HSL28.06º56.36%43.14%-
HSV(B)28.06º72.09%67.45%-
XYZ22.719.295.32-
YUV119.1287.87165.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.76%
GREEN value IS 106 (41.80% from 255) = 32.52%
BLUE value IS 48 (19.14% from 255) = 14.72%
R=52.76%
G=32.52%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721064800.380.720.3328.0656.3643.14
HexAC6A3002648211c382b
Octal2541526004611041347053
Binary1010110011010101100000100110100100010000111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A30; }

 p { color: rgb(172,106,48); }

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

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

 a { background-color: rgb(172,106,48); }

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

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

 span { border-color: rgb(172,106,48); }

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