Html Css Color HEX #AEA072 Tallow

📋 copy color: '#AEA072'

red 174 ◦ green 160 ◦ blue 114

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

Shades of Tallow #AEA072

Tints of Tallow #AEA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 38.84%
G = 35.71%
B = 25.45%

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

#AEA072 (or 0xAEA072) is known color: Tallow. HEX triplet: AE, A0 and 72. RGB value is (174,160,114). Sum of RGB (Red+Green+Blue) = 174+160+114=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA072 is #515F8D. Grayscale: #9F9F9F. Windows color (decimal): -5332878 or 7512238. OLE color: 7512238.

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

Color convert

RGB 174 160 114 -
CMYK 0 0.08 0.34 0.32
HSL 46º 0.27% 0.56% -
HSV(B) 46º 0.34% 0.68% -
XYZ 33.06 35.36 21 -
YUV 158.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 174 160 114 0 0.08 0.34 0.32 46 0.27 0.56
Hex AE A0 72 0 8 22 20 2E 1B 38
Octal 256 240 162 0 10 42 40 56 33 70
Binary 10101110 10100000 1110010 0 1000 100010 100000 101110 11011 111000

Color Harmonies of #AEA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA072

Black with #AEA072

Text Example


Text Example

White with #AEA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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