#AD927A

Color #AD927A Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AD927A

Tints of Sandrift #AD927A

Color information

#AD927A (or 0xAD927A) is unknown color: approx 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

RGB173146122-
CMYK00.160.290.32
HSL28.24º23.72%57.84%-
HSV(B)28.24º29.48%67.84%-
XYZ31.0330.8522.73-
YUV151.34111.45143.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314612200.160.290.3228.2423.7257.84
HexAD927A0101D201c183a
Octal2552221720203540343072
Binary10101101100100101111010010000111011000001110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>