#AC6E38

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

Shades of Reno Sand #AC6E38

Tints of Reno Sand #AC6E38

Color information

#AC6E38 (or 0xAC6E38) is unknown color: approx Reno Sand. HEX triplet: AC, 6E and 38. RGB value is (172,110,56). Sum of RGB (Red+Green+Blue) = 172+110+56=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E38 is #5391C7. Grayscale: #7A7A7A. Windows color (decimal): -5476808 or 3698348. OLE color: 3698348.

HSL color Cylindrical-coordinate representation of color #AC6E38: hue angle of 27.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC6E38 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB17211056-
CMYK00.360.670.33
HSL27.93º50.88%44.71%-
HSV(B)27.93º67.44%67.45%-
XYZ23.320.216.41-
YUV122.3890.54163.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=50.89%
G=32.54%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721105600.360.670.3327.9350.8844.71
HexAC6E3802443211c332d
Octal2541567004410341346355
Binary1010110011011101110000100100100001110000111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E38; }

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

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

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

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

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

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

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

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