Html Css Color HEX #AD8D76 Sandrift

📋 copy color: '#AD8D76'

red 173 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #AD8D76

Tints of Sandrift #AD8D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 40.05%
G = 32.64%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8D76 (or 0xAD8D76) is known color: Sandrift. HEX triplet: AD, 8D and 76. RGB value is (173,141,118). Sum of RGB (Red+Green+Blue) = 173+141+118=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D76 is #527289. Grayscale: #949494. Windows color (decimal): -5403274 or 7769517. OLE color: 7769517.

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

Color convert

RGB 173 141 118 -
CMYK 0 0.18 0.32 0.32
HSL 25.09º 0.25% 0.57% -
HSV(B) 25.09º 0.32% 0.68% -
XYZ 30.03 29.24 21.2 -
YUV 147.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 173 141 118 0 0.18 0.32 0.32 25.09 0.25 0.57
Hex AD 8D 76 0 12 20 20 19 19 39
Octal 255 215 166 0 22 40 40 31 31 71
Binary 10101101 10001101 1110110 0 10010 100000 100000 11001 11001 111001

Color Harmonies of #AD8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D76

Black with #AD8D76

Text Example


Text Example

White with #AD8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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