#AE9175

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

Shades of Sandrift #AE9175

Tints of Sandrift #AE9175

Color information

#AE9175 (or 0xAE9175) is unknown color: approx Sandrift. HEX triplet: AE, 91 and 75. RGB value is (174,145,117). Sum of RGB (Red+Green+Blue) = 174+145+117=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9175 is #516E8A. Grayscale: #969696. Windows color (decimal): -5336715 or 7705006. OLE color: 7705006.

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

Color convert

RGB174145117-
CMYK00.170.330.32
HSL29.47º26.03%57.06%-
HSV(B)29.47º32.76%68.24%-
XYZ30.7930.5321.1-
YUV150.48109.11144.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.91%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=39.91%
G=33.26%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414511700.170.330.3229.4726.0357.06
HexAE917501121201d1a39
Octal2562211650214140353271
Binary101011101001000111101010100011000011000001110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9175; }

 p { color: rgb(174,145,117); }

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

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

 a { background-color: rgb(174,145,117); }

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

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

 span { border-color: rgb(174,145,117); }

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