Html Css Color HEX #AD917C Sandrift

📋 copy color: '#AD917C'

red 173 ◦ green 145 ◦ blue 124

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

Shades of Sandrift #AD917C

Tints of Sandrift #AD917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.81%

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 39.14%
G = 32.81%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD917C (or 0xAD917C) is known color: Sandrift. HEX triplet: AD, 91 and 7C. RGB value is (173,145,124). Sum of RGB (Red+Green+Blue) = 173+145+124=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 145 (57.03% from 255 or 32.81% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917C is #526E83. Grayscale: #979797. Windows color (decimal): -5402244 or 8163757. OLE color: 8163757.

HSL color Cylindrical-coordinate representation of color #AD917C: hue angle of 25.71º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD917C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 124 -
CMYK 0 0.16 0.28 0.32
HSL 25.71º 0.23% 0.58% -
HSV(B) 25.71º 0.28% 0.68% -
XYZ 31 30.59 23.34 -
YUV 150.98 112.78 143.71 -
System Red Green Blue C M Y K H S L
Decimal 173 145 124 0 0.16 0.28 0.32 25.71 0.23 0.58
Hex AD 91 7C 0 10 1C 20 1A 17 3A
Octal 255 221 174 0 20 34 40 32 27 72
Binary 10101101 10010001 1111100 0 10000 11100 100000 11010 10111 111010

Color Harmonies of #AD917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD917C

Black with #AD917C

Text Example


Text Example

White with #AD917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD917C; }

 p { color: rgb(173,145,124); }

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

background-color css

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

 a { background-color: rgb(173,145,124); }

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

border-color css

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

 span { border-color: rgb(173,145,124); }

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