Html Css Color HEX #AD8974 Sandrift

📋 copy color: '#AD8974'

red 173 ◦ green 137 ◦ blue 116

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

Shades of Sandrift #AD8974

Tints of Sandrift #AD8974

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

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

R = 40.61%
G = 32.16%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8974 (or 0xAD8974) is known color: Sandrift. HEX triplet: AD, 89 and 74. RGB value is (173,137,116). Sum of RGB (Red+Green+Blue) = 173+137+116=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8974 is #52768B. Grayscale: #919191. Windows color (decimal): -5404300 or 7637421. OLE color: 7637421.

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

Color convert

RGB 173 137 116 -
CMYK 0 0.21 0.33 0.32
HSL 22.11º 0.26% 0.57% -
HSV(B) 22.11º 0.33% 0.68% -
XYZ 29.33 28.04 20.39 -
YUV 145.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 173 137 116 0 0.21 0.33 0.32 22.11 0.26 0.57
Hex AD 89 74 0 15 21 20 16 1A 39
Octal 255 211 164 0 25 41 40 26 32 71
Binary 10101101 10001001 1110100 0 10101 100001 100000 10110 11010 111001

Color Harmonies of #AD8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8974

Black with #AD8974

Text Example


Text Example

White with #AD8974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8974; }

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

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

background-color css

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

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

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

border-color css

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

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

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