#AEA26F

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

Shades of Tallow #AEA26F

Tints of Tallow #AEA26F

Color information

#AEA26F (or 0xAEA26F) is unknown color: approx Tallow. HEX triplet: AE, A2 and 6F. RGB value is (174,162,111). Sum of RGB (Red+Green+Blue) = 174+162+111=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA26F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA26F is #515D90. Grayscale: #9F9F9F. Windows color (decimal): -5332369 or 7316142. OLE color: 7316142.

HSL color Cylindrical-coordinate representation of color #AEA26F: hue angle of 48.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEA26F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB174162111-
CMYK00.070.360.32
HSL48.57º28%55.88%-
HSV(B)48.57º36.21%68.24%-
XYZ33.2535.9920.23-
YUV159.77100.48138.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=38.93%
G=36.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416211100.070.360.3248.572855.88
HexAEA26F072420311c38
Octal256242157074440613470
Binary10101110101000101101111011110010010000011000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA26F; }

 p { color: rgb(174,162,111); }

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

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

 a { background-color: rgb(174,162,111); }

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

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

 span { border-color: rgb(174,162,111); }

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