#ac8e25

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

Shades of Sahara #AC8E25

Tints of Sahara #AC8E25

Color information

#AC8E25 (or 0xAC8E25) is unknown color: approx Sahara. HEX triplet: AC, 8E and 25. RGB value is (172,142,37). Sum of RGB (Red+Green+Blue) = 172+142+37=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E25 is #5371DA. Grayscale: #8B8B8B. Windows color (decimal): -5468635 or 2461356. OLE color: 2461356.

HSL color Cylindrical-coordinate representation of color #AC8E25: hue angle of 46.67º degrees, saturation: 0.65, 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 #AC8E25 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB17214237-
CMYK00.170.780.33
HSL46.67º64.59%40.98%-
HSV(B)46.67º78.49%67.45%-
XYZ27.0228.255.78-
YUV13970.44151.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 37 (14.84% from 255) = 10.54%
R=49.00%
G=40.46%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721423700.170.780.3346.6764.5940.98
HexAC8E250114E212f4129
Octal25421645021116415710151
Binary101011001000111010010101000110011101000011011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8e25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8e25; }

 p { color: rgb(172,142,37); }

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

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

 a { background-color: rgb(172,142,37); }

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

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

 span { border-color: rgb(172,142,37); }

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