#AD8E22

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

Shades of Sahara #AD8E22

Tints of Sahara #AD8E22

Color information

#AD8E22 (or 0xAD8E22) is unknown color: approx Sahara. HEX triplet: AD, 8E and 22. RGB value is (173,142,34). Sum of RGB (Red+Green+Blue) = 173+142+34=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8E22 is #5271DD. Grayscale: #8B8B8B. Windows color (decimal): -5403102 or 2264749. OLE color: 2264749.

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

Color convert

RGB17314234-
CMYK00.180.800.32
HSL46.62º67.15%40.59%-
HSV(B)46.62º80.35%67.84%-
XYZ27.228.355.55-
YUV138.9668.77152.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.57%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 34 (13.67% from 255) = 9.74%
R=49.57%
G=40.69%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731423400.180.800.3246.6267.1540.59
HexAD8E2201250202f4329
Octal25521642022120405710351
Binary101011011000111010001001001010100001000001011111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8E22; }

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

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

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

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

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

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

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

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