Html Css Color HEX #AD967D Sandrift

📋 copy color: '#AD967D'

red 173 ◦ green 150 ◦ blue 125

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

Shades of Sandrift #AD967D

Tints of Sandrift #AD967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.48%

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

R = 38.62%
G = 33.48%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD967D (or 0xAD967D) is known color: Sandrift. HEX triplet: AD, 96 and 7D. RGB value is (173,150,125). Sum of RGB (Red+Green+Blue) = 173+150+125=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967D is #526982. Grayscale: #9A9A9A. Windows color (decimal): -5400963 or 8230573. OLE color: 8230573.

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

Color convert

RGB 173 150 125 -
CMYK 0 0.13 0.28 0.32
HSL 31.25º 0.23% 0.58% -
HSV(B) 31.25º 0.28% 0.68% -
XYZ 31.84 32.18 23.93 -
YUV 154.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 173 150 125 0 0.13 0.28 0.32 31.25 0.23 0.58
Hex AD 96 7D 0 D 1C 20 1F 17 3A
Octal 255 226 175 0 15 34 40 37 27 72
Binary 10101101 10010110 1111101 0 1101 11100 100000 11111 10111 111010

Color Harmonies of #AD967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD967D

Black with #AD967D

Text Example


Text Example

White with #AD967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD967D; }

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

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

background-color css

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

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

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

border-color css

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

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

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