#AEA16B

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

Shades of Tallow #AEA16B

Tints of Tallow #AEA16B

Color information

#AEA16B (or 0xAEA16B) is unknown color: approx Tallow. HEX triplet: AE, A1 and 6B. RGB value is (174,161,107). Sum of RGB (Red+Green+Blue) = 174+161+107=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA16B is #515E94. Grayscale: #9E9E9E. Windows color (decimal): -5332629 or 7053742. OLE color: 7053742.

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

Color convert

RGB174161107-
CMYK00.070.390.32
HSL48.36º29.26%55.1%-
HSV(B)48.36º38.51%68.24%-
XYZ32.8535.5519.04-
YUV158.7398.81138.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 161 (63.28% from 255) = 36.43%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=39.37%
G=36.43%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110700.070.390.3248.3629.2655.1
HexAEA16B072720301d37
Octal256241153074740603567
Binary10101110101000011101011011110011110000011000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA16B; }

 p { color: rgb(174,161,107); }

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

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

 a { background-color: rgb(174,161,107); }

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

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

 span { border-color: rgb(174,161,107); }

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