Html Css Color HEX #AD927A Sandrift

📋 copy color: '#AD927A'

red 173 ◦ green 146 ◦ blue 122

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

Shades of Sandrift #AD927A

Tints of Sandrift #AD927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 39.23%
G = 33.11%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD927A (or 0xAD927A) is known color: Sandrift. HEX triplet: AD, 92 and 7A. RGB value is (173,146,122). Sum of RGB (Red+Green+Blue) = 173+146+122=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD927A is #526D85. Grayscale: #979797. Windows color (decimal): -5401990 or 8032941. OLE color: 8032941.

HSL color Cylindrical-coordinate representation of color #AD927A: hue angle of 28.24º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD927A is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 146 122 -
CMYK 0 0.16 0.29 0.32
HSL 28.24º 0.24% 0.58% -
HSV(B) 28.24º 0.29% 0.68% -
XYZ 31.03 30.85 22.73 -
YUV 151.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 173 146 122 0 0.16 0.29 0.32 28.24 0.24 0.58
Hex AD 92 7A 0 10 1D 20 1C 18 3A
Octal 255 222 172 0 20 35 40 34 30 72
Binary 10101101 10010010 1111010 0 10000 11101 100000 11100 11000 111010

Color Harmonies of #AD927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD927A

Black with #AD927A

Text Example


Text Example

White with #AD927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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