#AD952A

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

Shades of Sahara #AD952A

Tints of Sahara #AD952A

Color information

#AD952A (or 0xAD952A) is unknown color: approx Sahara. HEX triplet: AD, 95 and 2A. RGB value is (173,149,42). Sum of RGB (Red+Green+Blue) = 173+149+42=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD952A is #526AD5. Grayscale: #909090. Windows color (decimal): -5401302 or 2790829. OLE color: 2790829.

HSL color Cylindrical-coordinate representation of color #AD952A: hue angle of 49.01º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD952A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB17314942-
CMYK00.140.760.32
HSL49.01º60.93%42.16%-
HSV(B)49.01º75.72%67.84%-
XYZ28.430.556.59-
YUV143.9870.45148.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.53%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=47.53%
G=40.93%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731494200.140.760.3249.0160.9342.16
HexAD952A0E4C20313d2a
Octal2552255201611440617552
Binary1010110110010101101010011101001100100000110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD952A; }

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

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

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

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

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

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

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

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