#AE8F7A

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

Shades of Sandrift #AE8F7A

Tints of Sandrift #AE8F7A

Color information

#AE8F7A (or 0xAE8F7A) is unknown color: approx Sandrift. HEX triplet: AE, 8F and 7A. RGB value is (174,143,122). Sum of RGB (Red+Green+Blue) = 174+143+122=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F7A is #517085. Grayscale: #959595. Windows color (decimal): -5337222 or 8032174. OLE color: 8032174.

HSL color Cylindrical-coordinate representation of color #AE8F7A: hue angle of 24.23º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE8F7A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174143122-
CMYK00.180.300.32
HSL24.23º24.3%58.04%-
HSV(B)24.23º29.89%68.24%-
XYZ30.7930.0522.59-
YUV149.88112.27145.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=39.64%
G=32.57%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414312200.180.300.3224.2324.358.04
HexAE8F7A0121E2018183a
Octal2562171720223640303072
Binary10101110100011111111010010010111101000001100011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8F7A; }

 p { color: rgb(174,143,122); }

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

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

 a { background-color: rgb(174,143,122); }

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

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

 span { border-color: rgb(174,143,122); }

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