Html Css Color HEX #AD8C7D Sandrift

📋 copy color: '#AD8C7D'

red 173 ◦ green 140 ◦ blue 125

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

Shades of Sandrift #AD8C7D

Tints of Sandrift #AD8C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

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

R = 39.5%
G = 31.96%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD8C7D (or 0xAD8C7D) is known color: Sandrift. HEX triplet: AD, 8C and 7D. RGB value is (173,140,125). Sum of RGB (Red+Green+Blue) = 173+140+125=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C7D is #527382. Grayscale: #949494. Windows color (decimal): -5403523 or 8228013. OLE color: 8228013.

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

Color convert

RGB 173 140 125 -
CMYK 0 0.19 0.28 0.32
HSL 18.75º 0.23% 0.58% -
HSV(B) 18.75º 0.28% 0.68% -
XYZ 30.31 29.12 23.43 -
YUV 148.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 173 140 125 0 0.19 0.28 0.32 18.75 0.23 0.58
Hex AD 8C 7D 0 13 1C 20 13 17 3A
Octal 255 214 175 0 23 34 40 23 27 72
Binary 10101101 10001100 1111101 0 10011 11100 100000 10011 10111 111010

Color Harmonies of #AD8C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C7D

Black with #AD8C7D

Text Example


Text Example

White with #AD8C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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