#AD8A75

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

Shades of Sandrift #AD8A75

Tints of Sandrift #AD8A75

Color information

#AD8A75 (or 0xAD8A75) is unknown color: approx Sandrift. HEX triplet: AD, 8A and 75. RGB value is (173,138,117). Sum of RGB (Red+Green+Blue) = 173+138+117=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A75 is #52758A. Grayscale: #929292. Windows color (decimal): -5404043 or 7703213. OLE color: 7703213.

HSL color Cylindrical-coordinate representation of color #AD8A75: hue angle of 22.5º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8A75 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB173138117-
CMYK00.200.320.32
HSL22.5º25.45%56.86%-
HSV(B)22.5º32.37%67.84%-
XYZ29.5328.3520.74-
YUV146.07111.6147.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 117 (46.09% from 255) = 27.34%
R=40.42%
G=32.24%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313811700.200.320.3222.525.4556.86
HexAD8A750142020171939
Octal2552121650244040273171
Binary101011011000101011101010101001000001000001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A75; }

 p { color: rgb(173,138,117); }

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

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

 a { background-color: rgb(173,138,117); }

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

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

 span { border-color: rgb(173,138,117); }

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