Html Css Color HEX #AD907C Sandrift

📋 copy color: '#AD907C'

red 173 ◦ green 144 ◦ blue 124

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

Shades of Sandrift #AD907C

Tints of Sandrift #AD907C

RGB

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

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

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

R = 39.23%
G = 32.65%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD907C (or 0xAD907C) is known color: Sandrift. HEX triplet: AD, 90 and 7C. RGB value is (173,144,124). Sum of RGB (Red+Green+Blue) = 173+144+124=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD907C is #526F83. Grayscale: #969696. Windows color (decimal): -5402500 or 8163501. OLE color: 8163501.

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

Color convert

RGB 173 144 124 -
CMYK 0 0.17 0.28 0.32
HSL 24.49º 0.23% 0.58% -
HSV(B) 24.49º 0.28% 0.68% -
XYZ 30.84 30.29 23.29 -
YUV 150.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 173 144 124 0 0.17 0.28 0.32 24.49 0.23 0.58
Hex AD 90 7C 0 11 1C 20 18 17 3A
Octal 255 220 174 0 21 34 40 30 27 72
Binary 10101101 10010000 1111100 0 10001 11100 100000 11000 10111 111010

Color Harmonies of #AD907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD907C

Black with #AD907C

Text Example


Text Example

White with #AD907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD907C; }

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

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

background-color css

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

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

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

border-color css

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

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

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