Html Css Color HEX #AD937F Sandrift

📋 copy color: '#AD937F'

red 173 ◦ green 147 ◦ blue 127

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

Shades of Sandrift #AD937F

Tints of Sandrift #AD937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.89%

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

R = 38.7%
G = 32.89%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD937F (or 0xAD937F) is known color: Sandrift. HEX triplet: AD, 93 and 7F. RGB value is (173,147,127). Sum of RGB (Red+Green+Blue) = 173+147+127=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD937F is #526C80. Grayscale: #989898. Windows color (decimal): -5401729 or 8360877. OLE color: 8360877.

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

Color convert

RGB 173 147 127 -
CMYK 0 0.15 0.27 0.32
HSL 26.09º 0.22% 0.59% -
HSV(B) 26.09º 0.27% 0.68% -
XYZ 31.5 31.28 24.46 -
YUV 152.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 173 147 127 0 0.15 0.27 0.32 26.09 0.22 0.59
Hex AD 93 7F 0 F 1B 20 1A 16 3B
Octal 255 223 177 0 17 33 40 32 26 73
Binary 10101101 10010011 1111111 0 1111 11011 100000 11010 10110 111011

Color Harmonies of #AD937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD937F

Black with #AD937F

Text Example


Text Example

White with #AD937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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