Html Css Color HEX #AD947F Sandrift

📋 copy color: '#AD947F'

red 173 ◦ green 148 ◦ blue 127

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

Shades of Sandrift #AD947F

Tints of Sandrift #AD947F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 38.62%
G = 33.04%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD947F (or 0xAD947F) is known color: Sandrift. HEX triplet: AD, 94 and 7F. RGB value is (173,148,127). Sum of RGB (Red+Green+Blue) = 173+148+127=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947F is #526B80. Grayscale: #999999. Windows color (decimal): -5401473 or 8361133. OLE color: 8361133.

HSL color Cylindrical-coordinate representation of color #AD947F: hue angle of 27.39º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD947F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 148 127 -
CMYK 0 0.14 0.27 0.32
HSL 27.39º 0.22% 0.59% -
HSV(B) 27.39º 0.27% 0.68% -
XYZ 31.65 31.6 24.51 -
YUV 153.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 173 148 127 0 0.14 0.27 0.32 27.39 0.22 0.59
Hex AD 94 7F 0 E 1B 20 1B 16 3B
Octal 255 224 177 0 16 33 40 33 26 73
Binary 10101101 10010100 1111111 0 1110 11011 100000 11011 10110 111011

Color Harmonies of #AD947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD947F

Black with #AD947F

Text Example


Text Example

White with #AD947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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