#AD9228

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

Shades of Sahara #AD9228

Tints of Sahara #AD9228

Color information

#AD9228 (or 0xAD9228) is unknown color: approx Sahara. HEX triplet: AD, 92 and 28. RGB value is (173,146,40). Sum of RGB (Red+Green+Blue) = 173+146+40=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9228 is #526DD7. Grayscale: #8E8E8E. Windows color (decimal): -5402072 or 2658989. OLE color: 2658989.

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

Color convert

RGB17314640-
CMYK00.160.770.32
HSL47.82º62.44%41.76%-
HSV(B)47.82º76.88%67.84%-
XYZ27.929.66.25-
YUV141.9970.45150.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 40 (16.02% from 255) = 11.14%
R=48.19%
G=40.67%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731464000.160.770.3247.8262.4441.76
HexAD92280104D20303e2a
Octal2552225002011540607652
Binary10101101100100101010000100001001101100000110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9228; }

 p { color: rgb(173,146,40); }

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

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

 a { background-color: rgb(173,146,40); }

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

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

 span { border-color: rgb(173,146,40); }

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