#AC6E2D

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

Shades of Reno Sand #AC6E2D

Tints of Reno Sand #AC6E2D

Color information

#AC6E2D (or 0xAC6E2D) is unknown color: approx Reno Sand. HEX triplet: AC, 6E and 2D. RGB value is (172,110,45). Sum of RGB (Red+Green+Blue) = 172+110+45=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E2D is #5391D2. Grayscale: #797979. Windows color (decimal): -5476819 or 2977452. OLE color: 2977452.

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

Color convert

RGB17211045-
CMYK00.360.740.33
HSL30.71º58.53%42.55%-
HSV(B)30.71º73.84%67.45%-
XYZ23.0620.115.15-
YUV121.1385.04164.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 110 (43.36% from 255) = 33.64%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=52.60%
G=33.64%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721104500.360.740.3330.7158.5342.55
HexAC6E2D0244A211f3b2b
Octal2541565504411241377353
Binary1010110011011101011010100100100101010000111111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E2D; }

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

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

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

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

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

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

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

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