#AD8E25

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

Shades of Sahara #AD8E25

Tints of Sahara #AD8E25

Color information

#AD8E25 (or 0xAD8E25) is unknown color: approx Sahara. HEX triplet: AD, 8E and 25. RGB value is (173,142,37). Sum of RGB (Red+Green+Blue) = 173+142+37=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 37 (14.84% from 255 or 10.51% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E25 is #5271DA. Grayscale: #8B8B8B. Windows color (decimal): -5403099 or 2461357. OLE color: 2461357.

HSL color Cylindrical-coordinate representation of color #AD8E25: hue angle of 46.32º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD8E25 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17314237-
CMYK00.180.790.32
HSL46.32º64.76%41.18%-
HSV(B)46.32º78.61%67.84%-
XYZ27.2428.365.79-
YUV139.370.27152.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.15%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 37 (14.84% from 255) = 10.51%
R=49.15%
G=40.34%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731423700.180.790.3246.3264.7641.18
HexAD8E250124F202e4129
Octal25521645022117405610151
Binary101011011000111010010101001010011111000001011101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E25; }

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

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

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

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

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

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

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

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