#AD9082

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

Shades of Sandrift #AD9082

Tints of Sandrift #AD9082

Color information

#AD9082 (or 0xAD9082) is unknown color: approx Sandrift. HEX triplet: AD, 90 and 82. RGB value is (173,144,130). Sum of RGB (Red+Green+Blue) = 173+144+130=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9082 is #526F7D. Grayscale: #979797. Windows color (decimal): -5402494 or 8556717. OLE color: 8556717.

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

Color convert

RGB173144130-
CMYK00.170.250.32
HSL19.53º20.77%59.41%-
HSV(B)19.53º24.86%67.84%-
XYZ31.2430.4425.35-
YUV151.07116.11143.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.70%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=38.70%
G=32.21%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314413000.170.250.3219.5320.7759.41
HexAD9082011192014153b
Octal2552202020213140242573
Binary101011011001000010000010010001110011000001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9082; }

 p { color: rgb(173,144,130); }

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

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

 a { background-color: rgb(173,144,130); }

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

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

 span { border-color: rgb(173,144,130); }

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