#AD9525

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

Shades of Sahara #AD9525

Tints of Sahara #AD9525

Color information

#AD9525 (or 0xAD9525) is unknown color: approx Sahara. HEX triplet: AD, 95 and 25. RGB value is (173,149,37). Sum of RGB (Red+Green+Blue) = 173+149+37=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9525 is #526ADA. Grayscale: #8F8F8F. Windows color (decimal): -5401307 or 2463149. OLE color: 2463149.

HSL color Cylindrical-coordinate representation of color #AD9525: hue angle of 49.41º 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 #AD9525 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB17314937-
CMYK00.140.790.32
HSL49.41º64.76%41.18%-
HSV(B)49.41º78.61%67.84%-
XYZ28.3130.516.15-
YUV143.4167.95149.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=48.19%
G=41.50%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731493700.140.790.3249.4164.7641.18
HexAD95250E4F20314129
Octal25522545016117406110151
Binary10101101100101011001010111010011111000001100011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9525; }

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

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

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

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

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

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

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

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