#AE9277

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

Shades of Sandrift #AE9277

Tints of Sandrift #AE9277

Color information

#AE9277 (or 0xAE9277) is unknown color: approx Sandrift. HEX triplet: AE, 92 and 77. RGB value is (174,146,119). Sum of RGB (Red+Green+Blue) = 174+146+119=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9277 is #516D88. Grayscale: #979797. Windows color (decimal): -5336457 or 7836334. OLE color: 7836334.

HSL color Cylindrical-coordinate representation of color #AE9277: hue angle of 29.45º degrees, saturation: 0.25, 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 #AE9277 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB174146119-
CMYK00.160.320.32
HSL29.45º25.35%57.45%-
HSV(B)29.45º31.61%68.24%-
XYZ31.0630.8921.78-
YUV151.29109.78144.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 146 (57.42% from 255) = 33.26%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=39.64%
G=33.26%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414611900.160.320.3229.4525.3557.45
HexAE927701020201d1939
Octal2562221670204040353171
Binary101011101001001011101110100001000001000001110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9277; }

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

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

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

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

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

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

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

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