#AC9026

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

Shades of Sahara #AC9026

Tints of Sahara #AC9026

Color information

#AC9026 (or 0xAC9026) is unknown color: approx Sahara. HEX triplet: AC, 90 and 26. RGB value is (172,144,38). Sum of RGB (Red+Green+Blue) = 172+144+38=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9026 is #536FD9. Grayscale: #8C8C8C. Windows color (decimal): -5468122 or 2527404. OLE color: 2527404.

HSL color Cylindrical-coordinate representation of color #AC9026: hue angle of 47.46º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC9026 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17214438-
CMYK00.160.780.33
HSL47.46º63.81%41.18%-
HSV(B)47.46º77.91%67.45%-
XYZ27.3428.865.96-
YUV140.2970.28150.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.59%
GREEN value IS 144 (56.64% from 255) = 40.68%
BLUE value IS 38 (15.23% from 255) = 10.73%
R=48.59%
G=40.68%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721443800.160.780.3347.4663.8141.18
HexAC90260104E212f4029
Octal25422046020116415710051
Binary101011001001000010011001000010011101000011011111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9026; }

 p { color: rgb(172,144,38); }

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

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

 a { background-color: rgb(172,144,38); }

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

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

 span { border-color: rgb(172,144,38); }

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