Html Css Color HEX #AEA073 Tallow

📋 copy color: '#AEA073'

red 174 ◦ green 160 ◦ blue 115

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

Shades of Tallow #AEA073

Tints of Tallow #AEA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 38.75%
G = 35.63%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AEA073 (or 0xAEA073) is known color: Tallow. HEX triplet: AE, A0 and 73. RGB value is (174,160,115). Sum of RGB (Red+Green+Blue) = 174+160+115=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA073 is #515F8C. Grayscale: #9F9F9F. Windows color (decimal): -5332877 or 7577774. OLE color: 7577774.

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

Color convert

RGB 174 160 115 -
CMYK 0 0.08 0.34 0.32
HSL 45.76º 0.27% 0.57% -
HSV(B) 45.76º 0.34% 0.68% -
XYZ 33.12 35.38 21.3 -
YUV 159.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 174 160 115 0 0.08 0.34 0.32 45.76 0.27 0.57
Hex AE A0 73 0 8 22 20 2E 1B 39
Octal 256 240 163 0 10 42 40 56 33 71
Binary 10101110 10100000 1110011 0 1000 100010 100000 101110 11011 111001

Color Harmonies of #AEA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA073

Black with #AEA073

Text Example


Text Example

White with #AEA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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