Html Css Color HEX #AD9375 Sandrift

📋 copy color: '#AD9375'

red 173 ◦ green 147 ◦ blue 117

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

Shades of Sandrift #AD9375

Tints of Sandrift #AD9375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.64%

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

R = 39.59%
G = 33.64%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9375 (or 0xAD9375) is known color: Sandrift. HEX triplet: AD, 93 and 75. RGB value is (173,147,117). Sum of RGB (Red+Green+Blue) = 173+147+117=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9375 is #526C8A. Grayscale: #979797. Windows color (decimal): -5401739 or 7705517. OLE color: 7705517.

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

Color convert

RGB 173 147 117 -
CMYK 0 0.15 0.32 0.32
HSL 32.14º 0.25% 0.57% -
HSV(B) 32.14º 0.32% 0.68% -
XYZ 30.88 31.04 21.19 -
YUV 151.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 173 147 117 0 0.15 0.32 0.32 32.14 0.25 0.57
Hex AD 93 75 0 F 20 20 20 19 39
Octal 255 223 165 0 17 40 40 40 31 71
Binary 10101101 10010011 1110101 0 1111 100000 100000 100000 11001 111001

Color Harmonies of #AD9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9375

Black with #AD9375

Text Example


Text Example

White with #AD9375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9375; }

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

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

background-color css

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

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

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

border-color css

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

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

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