Html Css Color HEX #AD9475 Sandrift

📋 copy color: '#AD9475'

red 173 ◦ green 148 ◦ blue 117

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

Shades of Sandrift #AD9475

Tints of Sandrift #AD9475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

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

R = 39.5%
G = 33.79%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9475 (or 0xAD9475) is known color: Sandrift. HEX triplet: AD, 94 and 75. RGB value is (173,148,117). Sum of RGB (Red+Green+Blue) = 173+148+117=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9475 is #526B8A. Grayscale: #989898. Windows color (decimal): -5401483 or 7705773. OLE color: 7705773.

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

Color convert

RGB 173 148 117 -
CMYK 0 0.14 0.32 0.32
HSL 33.21º 0.25% 0.57% -
HSV(B) 33.21º 0.32% 0.68% -
XYZ 31.03 31.35 21.24 -
YUV 151.94 108.28 143.02 -
System Red Green Blue C M Y K H S L
Decimal 173 148 117 0 0.14 0.32 0.32 33.21 0.25 0.57
Hex AD 94 75 0 E 20 20 21 19 39
Octal 255 224 165 0 16 40 40 41 31 71
Binary 10101101 10010100 1110101 0 1110 100000 100000 100001 11001 111001

Color Harmonies of #AD9475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9475

Black with #AD9475

Text Example


Text Example

White with #AD9475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9475; }

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

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

background-color css

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

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

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

border-color css

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

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

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