Html Css Color HEX #AD9278 Sandrift

📋 copy color: '#AD9278'

red 173 ◦ green 146 ◦ blue 120

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

Shades of Sandrift #AD9278

Tints of Sandrift #AD9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 39.41%
G = 33.26%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9278 (or 0xAD9278) is known color: Sandrift. HEX triplet: AD, 92 and 78. RGB value is (173,146,120). Sum of RGB (Red+Green+Blue) = 173+146+120=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9278 is #526D87. Grayscale: #979797. Windows color (decimal): -5401992 or 7901869. OLE color: 7901869.

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

Color convert

RGB 173 146 120 -
CMYK 0 0.16 0.31 0.32
HSL 29.43º 0.24% 0.57% -
HSV(B) 29.43º 0.31% 0.68% -
XYZ 30.9 30.8 22.09 -
YUV 151.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 173 146 120 0 0.16 0.31 0.32 29.43 0.24 0.57
Hex AD 92 78 0 10 1F 20 1D 18 39
Octal 255 222 170 0 20 37 40 35 30 71
Binary 10101101 10010010 1111000 0 10000 11111 100000 11101 11000 111001

Color Harmonies of #AD9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9278

Black with #AD9278

Text Example


Text Example

White with #AD9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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