#A99E67

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

Shades of Tallow #A99E67

Tints of Tallow #A99E67

Color information

#A99E67 (or 0xA99E67) is unknown color: approx Tallow. HEX triplet: A9, 9E and 67. RGB value is (169,158,103). Sum of RGB (Red+Green+Blue) = 169+158+103=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99E67 is #566198. Grayscale: #9B9B9B. Windows color (decimal): -5661081 or 6790825. OLE color: 6790825.

HSL color Cylindrical-coordinate representation of color #A99E67: hue angle of 50º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A99E67 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB169158103-
CMYK00.070.390.34
HSL50º27.73%53.33%-
HSV(B)50º39.05%66.27%-
XYZ31.0433.8717.73-
YUV155.0298.64137.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=39.30%
G=36.74%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915810300.070.390.345027.7353.33
HexA99E67072722321c35
Octal251236147074742623465
Binary10101001100111101100111011110011110001011001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E67; }

 p { color: rgb(169,158,103); }

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

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

 a { background-color: rgb(169,158,103); }

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

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

 span { border-color: rgb(169,158,103); }

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