#ac9e32

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

Shades of Sahara #AC9E32

Tints of Sahara #AC9E32

Color information

#AC9E32 (or 0xAC9E32) is unknown color: approx Sahara. HEX triplet: AC, 9E and 32. RGB value is (172,158,50). Sum of RGB (Red+Green+Blue) = 172+158+50=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9E32 is #5361CD. Grayscale: #969696. Windows color (decimal): -5464526 or 3317420. OLE color: 3317420.

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

Color convert

RGB17215850-
CMYK00.080.710.33
HSL53.11º54.95%43.53%-
HSV(B)53.11º70.93%67.45%-
XYZ29.8233.457.9-
YUV149.8771.64143.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=45.26%
G=41.58%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721585000.080.710.3353.1154.9543.53
HexAC9E3208472135372c
Octal2542366201010741656754
Binary1010110010011110110010010001000111100001110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac9e32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac9e32; }

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

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

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

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

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

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

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

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