Html Css Color HEX #AD8A76 Sandrift

📋 copy color: '#AD8A76'

red 173 ◦ green 138 ◦ blue 118

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

Shades of Sandrift #AD8A76

Tints of Sandrift #AD8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.17%

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

R = 40.33%
G = 32.17%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8A76 (or 0xAD8A76) is known color: Sandrift. HEX triplet: AD, 8A and 76. RGB value is (173,138,118). Sum of RGB (Red+Green+Blue) = 173+138+118=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A76 is #527589. Grayscale: #929292. Windows color (decimal): -5404042 or 7768749. OLE color: 7768749.

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

Color convert

RGB 173 138 118 -
CMYK 0 0.20 0.32 0.32
HSL 21.82º 0.25% 0.57% -
HSV(B) 21.82º 0.32% 0.68% -
XYZ 29.59 28.37 21.06 -
YUV 146.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 173 138 118 0 0.20 0.32 0.32 21.82 0.25 0.57
Hex AD 8A 76 0 14 20 20 16 19 39
Octal 255 212 166 0 24 40 40 26 31 71
Binary 10101101 10001010 1110110 0 10100 100000 100000 10110 11001 111001

Color Harmonies of #AD8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A76

Black with #AD8A76

Text Example


Text Example

White with #AD8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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