#AE9B6A

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

Shades of Tallow #AE9B6A

Tints of Tallow #AE9B6A

Color information

#AE9B6A (or 0xAE9B6A) is unknown color: approx Tallow. HEX triplet: AE, 9B and 6A. RGB value is (174,155,106). Sum of RGB (Red+Green+Blue) = 174+155+106=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B6A is #516495. Grayscale: #9B9B9B. Windows color (decimal): -5334166 or 6986670. OLE color: 6986670.

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

Color convert

RGB174155106-
CMYK00.110.390.32
HSL43.24º29.57%54.9%-
HSV(B)43.24º39.08%68.24%-
XYZ31.7833.4818.42-
YUV155.1100.29141.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=40%
G=35.63%
B=24.37%

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
Decimal17415510600.110.390.3243.2429.5754.9
HexAE9B6A0B27202b1e37
Octal2562331520134740533667
Binary101011101001101111010100101110011110000010101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9B6A; }

 p { color: rgb(174,155,106); }

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

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

 a { background-color: rgb(174,155,106); }

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

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

 span { border-color: rgb(174,155,106); }

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