Html Css Color HEX #AD9084 Sandrift

📋 copy color: '#AD9084'

red 173 ◦ green 144 ◦ blue 132

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

Shades of Sandrift #AD9084

Tints of Sandrift #AD9084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.4%

R = 38.53%
G = 32.07%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD9084 (or 0xAD9084) is known color: Sandrift. HEX triplet: AD, 90 and 84. RGB value is (173,144,132). Sum of RGB (Red+Green+Blue) = 173+144+132=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9084 is #526F7B. Grayscale: #979797. Windows color (decimal): -5402492 or 8687789. OLE color: 8687789.

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

Color convert

RGB 173 144 132 -
CMYK 0 0.17 0.24 0.32
HSL 17.56º 0.2% 0.6% -
HSV(B) 17.56º 0.24% 0.68% -
XYZ 31.37 30.5 26.06 -
YUV 151.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 173 144 132 0 0.17 0.24 0.32 17.56 0.2 0.6
Hex AD 90 84 0 11 18 20 12 14 3C
Octal 255 220 204 0 21 30 40 22 24 74
Binary 10101101 10010000 10000100 0 10001 11000 100000 10010 10100 111100

Color Harmonies of #AD9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9084

Black with #AD9084

Text Example


Text Example

White with #AD9084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9084; }

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

 H1.HeaderClassName
 {
   color: #AD9084;
 }
 .AnyTagClassName
 {
   color: #AD9084;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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