Html Css Color HEX #AE996D Tallow

📋 copy color: '#AE996D'

red 174 ◦ green 153 ◦ blue 109

#AE996D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tallow #AE996D

Tints of Tallow #AE996D

RGB

 RED value IS 174 (68.36% from 255) = 39.91%

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 109 (42.97% from 255) = 25%

R = 39.91%
G = 35.09%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE996D (or 0xAE996D) is known color: Tallow. HEX triplet: AE, 99 and 6D. RGB value is (174,153,109). Sum of RGB (Red+Green+Blue) = 174+153+109=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AE996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE996D is #516692. Grayscale: #9A9A9A. Windows color (decimal): -5334675 or 7182766. OLE color: 7182766.

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

Color convert

RGB 174 153 109 -
CMYK 0 0.12 0.37 0.32
HSL 40.62º 0.29% 0.55% -
HSV(B) 40.62º 0.37% 0.68% -
XYZ 31.61 32.89 19.15 -
YUV 154.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 174 153 109 0 0.12 0.37 0.32 40.62 0.29 0.55
Hex AE 99 6D 0 C 25 20 29 1D 37
Octal 256 231 155 0 14 45 40 51 35 67
Binary 10101110 10011001 1101101 0 1100 100101 100000 101001 11101 110111

Color Harmonies of #AE996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE996D

Black with #AE996D

Text Example


Text Example

White with #AE996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE996D; }

 p { color: rgb(174,153,109); }

 H1.HeaderClassName
 {
   color: #AE996D;
 }
 .AnyTagClassName
 {
   color: #AE996D;
 }
</style>

background-color css

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

 a { background-color: rgb(174,153,109); }

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

border-color css

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

 span { border-color: rgb(174,153,109); }

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