#AE9478

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

Shades of Sandrift #AE9478

Tints of Sandrift #AE9478

Color information

#AE9478 (or 0xAE9478) is unknown color: approx Sandrift. HEX triplet: AE, 94 and 78. RGB value is (174,148,120). Sum of RGB (Red+Green+Blue) = 174+148+120=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9478 is #516B87. Grayscale: #989898. Windows color (decimal): -5335944 or 7902382. OLE color: 7902382.

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

Color convert

RGB174148120-
CMYK00.150.310.32
HSL31.11º25%57.65%-
HSV(B)31.11º31.03%68.24%-
XYZ31.4431.5322.2-
YUV152.58109.61143.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 148 (58.20% from 255) = 33.48%
BLUE value IS 120 (47.27% from 255) = 27.15%
R=39.37%
G=33.48%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414812000.150.310.3231.112557.65
HexAE94780F1F201f193a
Octal2562241700173740373172
Binary1010111010010100111100001111111111000001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9478; }

 p { color: rgb(174,148,120); }

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

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

 a { background-color: rgb(174,148,120); }

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

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

 span { border-color: rgb(174,148,120); }

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