Html Css Color HEX #AD9078 Sandrift

📋 copy color: '#AD9078'

red 173 ◦ green 144 ◦ blue 120

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

Shades of Sandrift #AD9078

Tints of Sandrift #AD9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

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

R = 39.59%
G = 32.95%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9078 (or 0xAD9078) is known color: Sandrift. HEX triplet: AD, 90 and 78. RGB value is (173,144,120). Sum of RGB (Red+Green+Blue) = 173+144+120=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9078 is #526F87. Grayscale: #969696. Windows color (decimal): -5402504 or 7901357. OLE color: 7901357.

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

Color convert

RGB 173 144 120 -
CMYK 0 0.17 0.31 0.32
HSL 27.17º 0.24% 0.57% -
HSV(B) 27.17º 0.31% 0.68% -
XYZ 30.6 30.19 21.98 -
YUV 149.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 173 144 120 0 0.17 0.31 0.32 27.17 0.24 0.57
Hex AD 90 78 0 11 1F 20 1B 18 39
Octal 255 220 170 0 21 37 40 33 30 71
Binary 10101101 10010000 1111000 0 10001 11111 100000 11011 11000 111001

Color Harmonies of #AD9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9078

Black with #AD9078

Text Example


Text Example

White with #AD9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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