Html Css Color HEX #AD9275 Sandrift

📋 copy color: '#AD9275'

red 173 ◦ green 146 ◦ blue 117

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

Shades of Sandrift #AD9275

Tints of Sandrift #AD9275

RGB

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

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

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

R = 39.68%
G = 33.49%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9275 (or 0xAD9275) is known color: Sandrift. HEX triplet: AD, 92 and 75. RGB value is (173,146,117). Sum of RGB (Red+Green+Blue) = 173+146+117=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9275 is #526D8A. Grayscale: #969696. Windows color (decimal): -5401995 or 7705261. OLE color: 7705261.

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

Color convert

RGB 173 146 117 -
CMYK 0 0.16 0.32 0.32
HSL 31.07º 0.25% 0.57% -
HSV(B) 31.07º 0.32% 0.68% -
XYZ 30.72 30.73 21.14 -
YUV 150.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 173 146 117 0 0.16 0.32 0.32 31.07 0.25 0.57
Hex AD 92 75 0 10 20 20 1F 19 39
Octal 255 222 165 0 20 40 40 37 31 71
Binary 10101101 10010010 1110101 0 10000 100000 100000 11111 11001 111001

Color Harmonies of #AD9275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9275

Black with #AD9275

Text Example


Text Example

White with #AD9275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9275; }

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

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

background-color css

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

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

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

border-color css

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

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

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