#AE9281

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

Shades of Sandrift #AE9281

Tints of Sandrift #AE9281

Color information

#AE9281 (or 0xAE9281) is unknown color: approx Sandrift. HEX triplet: AE, 92 and 81. RGB value is (174,146,129). Sum of RGB (Red+Green+Blue) = 174+146+129=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9281 is #516D7E. Grayscale: #989898. Windows color (decimal): -5336447 or 8491694. OLE color: 8491694.

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

Color convert

RGB174146129-
CMYK00.160.260.32
HSL22.67º21.74%59.41%-
HSV(B)22.67º25.86%68.24%-
XYZ31.731.1425.11-
YUV152.43114.78143.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 129 (50.78% from 255) = 28.73%
R=38.75%
G=32.52%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414612900.160.260.3222.6721.7459.41
HexAE92810101A2017163b
Octal2562222010203240272673
Binary101011101001001010000001010000110101000001011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9281; }

 p { color: rgb(174,146,129); }

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

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

 a { background-color: rgb(174,146,129); }

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

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

 span { border-color: rgb(174,146,129); }

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