Html Css Color HEX #AD927D Sandrift

📋 copy color: '#AD927D'

red 173 ◦ green 146 ◦ blue 125

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

Shades of Sandrift #AD927D

Tints of Sandrift #AD927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.88%

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

R = 38.96%
G = 32.88%
B = 28.15%

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

#AD927D (or 0xAD927D) is known color: Sandrift. HEX triplet: AD, 92 and 7D. RGB value is (173,146,125). Sum of RGB (Red+Green+Blue) = 173+146+125=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD927D is #526D82. Grayscale: #979797. Windows color (decimal): -5401987 or 8229549. OLE color: 8229549.

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

Color convert

RGB 173 146 125 -
CMYK 0 0.16 0.28 0.32
HSL 26.25º 0.23% 0.58% -
HSV(B) 26.25º 0.28% 0.68% -
XYZ 31.21 30.92 23.73 -
YUV 151.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 173 146 125 0 0.16 0.28 0.32 26.25 0.23 0.58
Hex AD 92 7D 0 10 1C 20 1A 17 3A
Octal 255 222 175 0 20 34 40 32 27 72
Binary 10101101 10010010 1111101 0 10000 11100 100000 11010 10111 111010

Color Harmonies of #AD927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD927D

Black with #AD927D

Text Example


Text Example

White with #AD927D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD927D; }

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

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

background-color css

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

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

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

border-color css

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

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

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