#AC6F2D

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

Shades of Reno Sand #AC6F2D

Tints of Reno Sand #AC6F2D

Color information

#AC6F2D (or 0xAC6F2D) is unknown color: approx Reno Sand. HEX triplet: AC, 6F and 2D. RGB value is (172,111,45). Sum of RGB (Red+Green+Blue) = 172+111+45=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F2D is #5390D2. Grayscale: #7A7A7A. Windows color (decimal): -5476563 or 2977708. OLE color: 2977708.

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

Color convert

RGB17211145-
CMYK00.350.740.33
HSL31.18º58.53%42.55%-
HSV(B)31.18º73.84%67.45%-
XYZ23.1720.335.19-
YUV121.7184.71163.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 45 (17.97% from 255) = 13.72%
R=52.44%
G=33.84%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721114500.350.740.3331.1858.5342.55
HexAC6F2D0234A211f3b2b
Octal2541575504311241377353
Binary1010110011011111011010100011100101010000111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F2D; }

 p { color: rgb(172,111,45); }

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

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

 a { background-color: rgb(172,111,45); }

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

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

 span { border-color: rgb(172,111,45); }

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