Html Css Color HEX #AD9082 Sandrift

📋 copy color: '#AD9082'

red 173 ◦ green 144 ◦ blue 130

#AD9082
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandrift #AD9082

Tints of Sandrift #AD9082

RGB

 RED value IS 173 (67.97% from 255) = 38.7%

 GREEN value IS 144 (56.64% from 255) = 32.21%

 BLUE value IS 130 (51.17% from 255) = 29.08%

R = 38.7%
G = 32.21%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD9082 (or 0xAD9082) is known color: 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

RGB 173 144 130 -
CMYK 0 0.17 0.25 0.32
HSL 19.53º 0.21% 0.59% -
HSV(B) 19.53º 0.25% 0.68% -
XYZ 31.24 30.44 25.35 -
YUV 151.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 173 144 130 0 0.17 0.25 0.32 19.53 0.21 0.59
Hex AD 90 82 0 11 19 20 14 15 3B
Octal 255 220 202 0 21 31 40 24 25 73
Binary 10101101 10010000 10000010 0 10001 11001 100000 10100 10101 111011

Color Harmonies of #AD9082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9082

Black with #AD9082

Text Example


Text Example

White with #AD9082

Text Example


Text Example

HTML Codes & Css Web 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>