#AC9A2E

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

Shades of Sahara #AC9A2E

Tints of Sahara #AC9A2E

Color information

#AC9A2E (or 0xAC9A2E) is unknown color: approx Sahara. HEX triplet: AC, 9A and 2E. RGB value is (172,154,46). Sum of RGB (Red+Green+Blue) = 172+154+46=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A2E is #5365D1. Grayscale: #939393. Windows color (decimal): -5465554 or 3054252. OLE color: 3054252.

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

Color convert

RGB17215446-
CMYK00.100.730.33
HSL51.43º57.8%42.75%-
HSV(B)51.43º73.26%67.45%-
XYZ29.0632.087.24-
YUV147.0770.96145.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 154 (60.55% from 255) = 41.40%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=46.24%
G=41.40%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721544600.100.730.3351.4357.842.75
HexAC9A2E0A4921333a2b
Octal2542325601211141637253
Binary1010110010011010101110010101001001100001110011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A2E; }

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

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

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

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

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

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

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

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