#AE9A6B

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

Shades of Tallow #AE9A6B

Tints of Tallow #AE9A6B

Color information

#AE9A6B (or 0xAE9A6B) is unknown color: approx Tallow. HEX triplet: AE, 9A and 6B. RGB value is (174,154,107). Sum of RGB (Red+Green+Blue) = 174+154+107=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A6B is #516594. Grayscale: #9A9A9A. Windows color (decimal): -5334421 or 7051950. OLE color: 7051950.

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

Color convert

RGB174154107-
CMYK00.110.390.32
HSL42.09º29.26%55.1%-
HSV(B)42.09º38.51%68.24%-
XYZ31.6733.1718.64-
YUV154.62101.13141.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 35.40%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=40%
G=35.40%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415410700.110.390.3242.0929.2655.1
HexAE9A6B0B27202a1d37
Octal2562321530134740523567
Binary101011101001101011010110101110011110000010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9A6B; }

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

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

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

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

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

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

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

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