Html Css Color HEX #AD9174 Sandrift

📋 copy color: '#AD9174'

red 173 ◦ green 145 ◦ blue 116

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

Shades of Sandrift #AD9174

Tints of Sandrift #AD9174

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

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

R = 39.86%
G = 33.41%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9174 (or 0xAD9174) is known color: Sandrift. HEX triplet: AD, 91 and 74. RGB value is (173,145,116). Sum of RGB (Red+Green+Blue) = 173+145+116=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9174 is #526E8B. Grayscale: #969696. Windows color (decimal): -5402252 or 7639469. OLE color: 7639469.

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

Color convert

RGB 173 145 116 -
CMYK 0 0.16 0.33 0.32
HSL 30.53º 0.26% 0.57% -
HSV(B) 30.53º 0.33% 0.68% -
XYZ 30.51 30.4 20.78 -
YUV 150.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 173 145 116 0 0.16 0.33 0.32 30.53 0.26 0.57
Hex AD 91 74 0 10 21 20 1F 1A 39
Octal 255 221 164 0 20 41 40 37 32 71
Binary 10101101 10010001 1110100 0 10000 100001 100000 11111 11010 111001

Color Harmonies of #AD9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9174

Black with #AD9174

Text Example


Text Example

White with #AD9174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9174; }

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

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

background-color css

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

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

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

border-color css

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

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

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