Html Css Color HEX #AD8D7F Sandrift

📋 copy color: '#AD8D7F'

red 173 ◦ green 141 ◦ blue 127

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

Shades of Sandrift #AD8D7F

Tints of Sandrift #AD8D7F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.97%

 BLUE value IS 127 (50% from 255) = 28.8%

R = 39.23%
G = 31.97%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD8D7F (or 0xAD8D7F) is known color: Sandrift. HEX triplet: AD, 8D and 7F. RGB value is (173,141,127). Sum of RGB (Red+Green+Blue) = 173+141+127=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7F is #527280. Grayscale: #959595. Windows color (decimal): -5403265 or 8359341. OLE color: 8359341.

HSL color Cylindrical-coordinate representation of color #AD8D7F: hue angle of 18.26º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8D7F is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 141 127 -
CMYK 0 0.18 0.27 0.32
HSL 18.26º 0.22% 0.59% -
HSV(B) 18.26º 0.27% 0.68% -
XYZ 30.59 29.47 24.15 -
YUV 148.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 173 141 127 0 0.18 0.27 0.32 18.26 0.22 0.59
Hex AD 8D 7F 0 12 1B 20 12 16 3B
Octal 255 215 177 0 22 33 40 22 26 73
Binary 10101101 10001101 1111111 0 10010 11011 100000 10010 10110 111011

Color Harmonies of #AD8D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D7F

Black with #AD8D7F

Text Example


Text Example

White with #AD8D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D7F; }

 p { color: rgb(173,141,127); }

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

background-color css

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

 a { background-color: rgb(173,141,127); }

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

border-color css

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

 span { border-color: rgb(173,141,127); }

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