#ac972e

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

Shades of Sahara #AC972E

Tints of Sahara #AC972E

Color information

#AC972E (or 0xAC972E) is unknown color: approx Sahara. HEX triplet: AC, 97 and 2E. RGB value is (172,151,46). Sum of RGB (Red+Green+Blue) = 172+151+46=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC972E is #5368D1. Grayscale: #919191. Windows color (decimal): -5466322 or 3053484. OLE color: 3053484.

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

Color convert

RGB17215146-
CMYK00.120.730.33
HSL50º57.8%42.75%-
HSV(B)50º73.26%67.45%-
XYZ28.5731.17.08-
YUV145.3171.96147.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 46 (18.36% from 255) = 12.47%
R=46.61%
G=40.92%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721514600.120.730.335057.842.75
HexAC972E0C4921323a2b
Octal2542275601411141627253
Binary1010110010010111101110011001001001100001110010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac972e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac972e; }

 p { color: rgb(172,151,46); }

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

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

 a { background-color: rgb(172,151,46); }

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

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

 span { border-color: rgb(172,151,46); }

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