#AC6F38

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

Shades of Reno Sand #AC6F38

Tints of Reno Sand #AC6F38

Color information

#AC6F38 (or 0xAC6F38) is unknown color: approx Reno Sand. HEX triplet: AC, 6F and 38. RGB value is (172,111,56). Sum of RGB (Red+Green+Blue) = 172+111+56=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F38 is #5390C7. Grayscale: #7B7B7B. Windows color (decimal): -5476552 or 3698604. OLE color: 3698604.

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

Color convert

RGB17211156-
CMYK00.350.670.33
HSL28.45º50.88%44.71%-
HSV(B)28.45º67.44%67.45%-
XYZ23.4120.436.45-
YUV122.9790.21162.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=50.74%
G=32.74%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721115600.350.670.3328.4550.8844.71
HexAC6F3802343211c332d
Octal2541577004310341346355
Binary1010110011011111110000100011100001110000111100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6F38; }

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

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

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

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

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

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

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

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