#AE8D76

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

Shades of Sandrift #AE8D76

Tints of Sandrift #AE8D76

Color information

#AE8D76 (or 0xAE8D76) is unknown color: approx Sandrift. HEX triplet: AE, 8D and 76. RGB value is (174,141,118). Sum of RGB (Red+Green+Blue) = 174+141+118=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D76 is #517289. Grayscale: #949494. Windows color (decimal): -5337738 or 7769518. OLE color: 7769518.

HSL color Cylindrical-coordinate representation of color #AE8D76: hue angle of 24.64º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8D76 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174141118-
CMYK00.190.320.32
HSL24.64º25.69%57.25%-
HSV(B)24.64º32.18%68.24%-
XYZ30.2529.3621.21-
YUV148.24110.93146.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.18%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=40.18%
G=32.56%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414111800.190.320.3224.6425.6957.25
HexAE8D760132020191a39
Octal2562151660234040313271
Binary101011101000110111101100100111000001000001100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D76; }

 p { color: rgb(174,141,118); }

 H1.HeaderClassName
 {
   color: #AE8D76;
 }
 .AnyTagClassName
 {
   color: #AE8D76;
 }
</style>
background-color css

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

 a { background-color: rgb(174,141,118); }

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

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

 span { border-color: rgb(174,141,118); }

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