Html Css Color HEX #AD917D Sandrift

📋 copy color: '#AD917D'

red 173 ◦ green 145 ◦ blue 125

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

Shades of Sandrift #AD917D

Tints of Sandrift #AD917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 39.05%
G = 32.73%
B = 28.22%

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

#AD917D (or 0xAD917D) is known color: Sandrift. HEX triplet: AD, 91 and 7D. RGB value is (173,145,125). Sum of RGB (Red+Green+Blue) = 173+145+125=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD917D is #526E82. Grayscale: #979797. Windows color (decimal): -5402243 or 8229293. OLE color: 8229293.

HSL color Cylindrical-coordinate representation of color #AD917D: hue angle of 25º 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 #AD917D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 145 125 -
CMYK 0 0.16 0.28 0.32
HSL 25º 0.23% 0.58% -
HSV(B) 25º 0.28% 0.68% -
XYZ 31.06 30.62 23.67 -
YUV 151.09 113.28 143.63 -
System Red Green Blue C M Y K H S L
Decimal 173 145 125 0 0.16 0.28 0.32 25 0.23 0.58
Hex AD 91 7D 0 10 1C 20 19 17 3A
Octal 255 221 175 0 20 34 40 31 27 72
Binary 10101101 10010001 1111101 0 10000 11100 100000 11001 10111 111010

Color Harmonies of #AD917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD917D

Black with #AD917D

Text Example


Text Example

White with #AD917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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