Html Css Color HEX #AE996C Tallow

📋 copy color: '#AE996C'

red 174 ◦ green 153 ◦ blue 108

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

Shades of Tallow #AE996C

Tints of Tallow #AE996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.83%

R = 40%
G = 35.17%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE996C (or 0xAE996C) is known color: Tallow. HEX triplet: AE, 99 and 6C. RGB value is (174,153,108). Sum of RGB (Red+Green+Blue) = 174+153+108=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE996C is #516693. Grayscale: #9A9A9A. Windows color (decimal): -5334676 or 7117230. OLE color: 7117230.

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

Color convert

RGB 174 153 108 -
CMYK 0 0.12 0.38 0.32
HSL 40.91º 0.29% 0.55% -
HSV(B) 40.91º 0.38% 0.68% -
XYZ 31.55 32.86 18.87 -
YUV 154.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 174 153 108 0 0.12 0.38 0.32 40.91 0.29 0.55
Hex AE 99 6C 0 C 26 20 29 1D 37
Octal 256 231 154 0 14 46 40 51 35 67
Binary 10101110 10011001 1101100 0 1100 100110 100000 101001 11101 110111

Color Harmonies of #AE996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE996C

Black with #AE996C

Text Example


Text Example

White with #AE996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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