Html Css Color HEX #AEA071 Tallow

📋 copy color: '#AEA071'

red 174 ◦ green 160 ◦ blue 113

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

Shades of Tallow #AEA071

Tints of Tallow #AEA071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.79%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 38.93%
G = 35.79%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AEA071 (or 0xAEA071) is known color: Tallow. HEX triplet: AE, A0 and 71. RGB value is (174,160,113). Sum of RGB (Red+Green+Blue) = 174+160+113=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA071 is #515F8E. Grayscale: #9F9F9F. Windows color (decimal): -5332879 or 7446702. OLE color: 7446702.

HSL color Cylindrical-coordinate representation of color #AEA071: hue angle of 46.23º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AEA071 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 113 -
CMYK 0 0.08 0.35 0.32
HSL 46.23º 0.27% 0.56% -
HSV(B) 46.23º 0.35% 0.68% -
XYZ 33.01 35.33 20.7 -
YUV 158.83 102.14 138.82 -
System Red Green Blue C M Y K H S L
Decimal 174 160 113 0 0.08 0.35 0.32 46.23 0.27 0.56
Hex AE A0 71 0 8 23 20 2E 1B 38
Octal 256 240 161 0 10 43 40 56 33 70
Binary 10101110 10100000 1110001 0 1000 100011 100000 101110 11011 111000

Color Harmonies of #AEA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA071

Black with #AEA071

Text Example


Text Example

White with #AEA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA071; }

 p { color: rgb(174,160,113); }

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

background-color css

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

 a { background-color: rgb(174,160,113); }

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

border-color css

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

 span { border-color: rgb(174,160,113); }

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