#AC9D33

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

Shades of Sahara #AC9D33

Tints of Sahara #AC9D33

Color information

#AC9D33 (or 0xAC9D33) is unknown color: approx Sahara. HEX triplet: AC, 9D and 33. RGB value is (172,157,51). Sum of RGB (Red+Green+Blue) = 172+157+51=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9D33 is #5362CC. Grayscale: #959595. Windows color (decimal): -5464781 or 3382700. OLE color: 3382700.

HSL color Cylindrical-coordinate representation of color #AC9D33: hue angle of 52.56º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9D33 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB17215751-
CMYK00.090.700.33
HSL52.56º54.26%43.73%-
HSV(B)52.56º70.35%67.45%-
XYZ29.6733.127.96-
YUV149.472.47144.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 157 (61.72% from 255) = 41.32%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=45.26%
G=41.32%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721575100.090.700.3352.5654.2643.73
HexAC9D3309462135362c
Octal2542356301110641656654
Binary1010110010011101110011010011000110100001110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D33; }

 p { color: rgb(172,157,51); }

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

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

 a { background-color: rgb(172,157,51); }

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

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

 span { border-color: rgb(172,157,51); }

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