#ac6f32

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

Shades of Reno Sand #AC6F32

Tints of Reno Sand #AC6F32

Color information

#AC6F32 (or 0xAC6F32) is unknown color: approx Reno Sand. HEX triplet: AC, 6F and 32. RGB value is (172,111,50). Sum of RGB (Red+Green+Blue) = 172+111+50=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6F32 is #5390CD. Grayscale: #7A7A7A. Windows color (decimal): -5476558 or 3305388. OLE color: 3305388.

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

Color convert

RGB17211150-
CMYK00.350.710.33
HSL30º54.95%43.53%-
HSV(B)30º70.93%67.45%-
XYZ23.2720.375.72-
YUV122.2887.21163.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 15.02%
R=51.65%
G=33.33%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721115000.350.710.333054.9543.53
HexAC6F3202347211e372c
Octal2541576204310741366754
Binary1010110011011111100100100011100011110000111110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6f32; }

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

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

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

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

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

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

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

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