Html Css Color HEX #AD927E Sandrift

📋 copy color: '#AD927E'

red 173 ◦ green 146 ◦ blue 126

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

Shades of Sandrift #AD927E

Tints of Sandrift #AD927E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.31%

R = 38.88%
G = 32.81%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD927E (or 0xAD927E) is known color: Sandrift. HEX triplet: AD, 92 and 7E. RGB value is (173,146,126). Sum of RGB (Red+Green+Blue) = 173+146+126=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD927E is #526D81. Grayscale: #979797. Windows color (decimal): -5401986 or 8295085. OLE color: 8295085.

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

Color convert

RGB 173 146 126 -
CMYK 0 0.16 0.27 0.32
HSL 25.53º 0.22% 0.59% -
HSV(B) 25.53º 0.27% 0.68% -
XYZ 31.28 30.95 24.06 -
YUV 151.79 113.45 143.13 -
System Red Green Blue C M Y K H S L
Decimal 173 146 126 0 0.16 0.27 0.32 25.53 0.22 0.59
Hex AD 92 7E 0 10 1B 20 1A 16 3B
Octal 255 222 176 0 20 33 40 32 26 73
Binary 10101101 10010010 1111110 0 10000 11011 100000 11010 10110 111011

Color Harmonies of #AD927E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD927E

Black with #AD927E

Text Example


Text Example

White with #AD927E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD927E; }

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

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

background-color css

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

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

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

border-color css

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

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

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