Html Css Color HEX #AD9377 Sandrift

📋 copy color: '#AD9377'

red 173 ◦ green 147 ◦ blue 119

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

Shades of Sandrift #AD9377

Tints of Sandrift #AD9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 39.41%
G = 33.49%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9377 (or 0xAD9377) is known color: Sandrift. HEX triplet: AD, 93 and 77. RGB value is (173,147,119). Sum of RGB (Red+Green+Blue) = 173+147+119=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9377 is #526C88. Grayscale: #979797. Windows color (decimal): -5401737 or 7836589. OLE color: 7836589.

HSL color Cylindrical-coordinate representation of color #AD9377: hue angle of 31.11º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9377 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 147 119 -
CMYK 0 0.15 0.31 0.32
HSL 31.11º 0.25% 0.57% -
HSV(B) 31.11º 0.31% 0.68% -
XYZ 31 31.08 21.82 -
YUV 151.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 173 147 119 0 0.15 0.31 0.32 31.11 0.25 0.57
Hex AD 93 77 0 F 1F 20 1F 19 39
Octal 255 223 167 0 17 37 40 37 31 71
Binary 10101101 10010011 1110111 0 1111 11111 100000 11111 11001 111001

Color Harmonies of #AD9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9377

Black with #AD9377

Text Example


Text Example

White with #AD9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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