#AE967B

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

Shades of Sandrift #AE967B

Tints of Sandrift #AE967B

Color information

#AE967B (or 0xAE967B) is unknown color: approx Sandrift. HEX triplet: AE, 96 and 7B. RGB value is (174,150,123). Sum of RGB (Red+Green+Blue) = 174+150+123=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AE967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE967B is #516984. Grayscale: #9A9A9A. Windows color (decimal): -5335429 or 8099502. OLE color: 8099502.

HSL color Cylindrical-coordinate representation of color #AE967B: hue angle of 31.76º 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 #AE967B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB174150123-
CMYK00.140.290.32
HSL31.76º23.94%58.24%-
HSV(B)31.76º29.31%68.24%-
XYZ31.9432.2423.28-
YUV154.1110.45142.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 150 (58.98% from 255) = 33.56%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=38.93%
G=33.56%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415012300.140.290.3231.7623.9458.24
HexAE967B0E1D2020183a
Octal2562261730163540403072
Binary10101110100101101111011011101110110000010000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE967B; }

 p { color: rgb(174,150,123); }

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

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

 a { background-color: rgb(174,150,123); }

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

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

 span { border-color: rgb(174,150,123); }

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