Html Css Color HEX #AD9175 Sandrift

📋 copy color: '#AD9175'

red 173 ◦ green 145 ◦ blue 117

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

Shades of Sandrift #AD9175

Tints of Sandrift #AD9175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 39.77%
G = 33.33%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9175 (or 0xAD9175) is known color: Sandrift. HEX triplet: AD, 91 and 75. RGB value is (173,145,117). Sum of RGB (Red+Green+Blue) = 173+145+117=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9175 is #526E8A. Grayscale: #969696. Windows color (decimal): -5402251 or 7705005. OLE color: 7705005.

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

Color convert

RGB 173 145 117 -
CMYK 0 0.16 0.32 0.32
HSL 30º 0.25% 0.57% -
HSV(B) 30º 0.32% 0.68% -
XYZ 30.57 30.42 21.09 -
YUV 150.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 173 145 117 0 0.16 0.32 0.32 30 0.25 0.57
Hex AD 91 75 0 10 20 20 1E 19 39
Octal 255 221 165 0 20 40 40 36 31 71
Binary 10101101 10010001 1110101 0 10000 100000 100000 11110 11001 111001

Color Harmonies of #AD9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9175

Black with #AD9175

Text Example


Text Example

White with #AD9175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9175; }

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

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

background-color css

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

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

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

border-color css

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

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

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