Html Css Color HEX #AD8874 Sandrift

📋 copy color: '#AD8874'

red 173 ◦ green 136 ◦ blue 116

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

Shades of Sandrift #AD8874

Tints of Sandrift #AD8874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

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

R = 40.71%
G = 32%
B = 27.29%

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

#AD8874 (or 0xAD8874) is known color: Sandrift. HEX triplet: AD, 88 and 74. RGB value is (173,136,116). Sum of RGB (Red+Green+Blue) = 173+136+116=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8874 is #52778B. Grayscale: #909090. Windows color (decimal): -5404556 or 7637165. OLE color: 7637165.

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

Color convert

RGB 173 136 116 -
CMYK 0 0.21 0.33 0.32
HSL 21.05º 0.26% 0.57% -
HSV(B) 21.05º 0.33% 0.68% -
XYZ 29.19 27.75 20.34 -
YUV 144.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 173 136 116 0 0.21 0.33 0.32 21.05 0.26 0.57
Hex AD 88 74 0 15 21 20 15 1A 39
Octal 255 210 164 0 25 41 40 25 32 71
Binary 10101101 10001000 1110100 0 10101 100001 100000 10101 11010 111001

Color Harmonies of #AD8874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8874

Black with #AD8874

Text Example


Text Example

White with #AD8874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8874; }

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

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

background-color css

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

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

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

border-color css

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

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

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