Html Css Color HEX #AD8D74 Sandrift

📋 copy color: '#AD8D74'

red 173 ◦ green 141 ◦ blue 116

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

Shades of Sandrift #AD8D74

Tints of Sandrift #AD8D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 40.23%
G = 32.79%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8D74 (or 0xAD8D74) is known color: Sandrift. HEX triplet: AD, 8D and 74. RGB value is (173,141,116). Sum of RGB (Red+Green+Blue) = 173+141+116=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D74 is #52728B. Grayscale: #939393. Windows color (decimal): -5403276 or 7638445. OLE color: 7638445.

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

Color convert

RGB 173 141 116 -
CMYK 0 0.18 0.33 0.32
HSL 26.32º 0.26% 0.57% -
HSV(B) 26.32º 0.33% 0.68% -
XYZ 29.91 29.19 20.58 -
YUV 147.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 173 141 116 0 0.18 0.33 0.32 26.32 0.26 0.57
Hex AD 8D 74 0 12 21 20 1A 1A 39
Octal 255 215 164 0 22 41 40 32 32 71
Binary 10101101 10001101 1110100 0 10010 100001 100000 11010 11010 111001

Color Harmonies of #AD8D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D74

Black with #AD8D74

Text Example


Text Example

White with #AD8D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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