Html Css Color HEX #AD9378 Sandrift

📋 copy color: '#AD9378'

red 173 ◦ green 147 ◦ blue 120

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

Shades of Sandrift #AD9378

Tints of Sandrift #AD9378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.27%

R = 39.32%
G = 33.41%
B = 27.27%

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

#AD9378 (or 0xAD9378) is known color: Sandrift. HEX triplet: AD, 93 and 78. RGB value is (173,147,120). Sum of RGB (Red+Green+Blue) = 173+147+120=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9378 is #526C87. Grayscale: #979797. Windows color (decimal): -5401736 or 7902125. OLE color: 7902125.

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

Color convert

RGB 173 147 120 -
CMYK 0 0.15 0.31 0.32
HSL 30.57º 0.24% 0.57% -
HSV(B) 30.57º 0.31% 0.68% -
XYZ 31.06 31.11 22.14 -
YUV 151.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 173 147 120 0 0.15 0.31 0.32 30.57 0.24 0.57
Hex AD 93 78 0 F 1F 20 1F 18 39
Octal 255 223 170 0 17 37 40 37 30 71
Binary 10101101 10010011 1111000 0 1111 11111 100000 11111 11000 111001

Color Harmonies of #AD9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9378

Black with #AD9378

Text Example


Text Example

White with #AD9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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