Html Css Color HEX #AEA074 Tallow

📋 copy color: '#AEA074'

red 174 ◦ green 160 ◦ blue 116

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

Shades of Tallow #AEA074

Tints of Tallow #AEA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 38.67%
G = 35.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AEA074 (or 0xAEA074) is known color: Tallow. HEX triplet: AE, A0 and 74. RGB value is (174,160,116). Sum of RGB (Red+Green+Blue) = 174+160+116=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA074 is #515F8B. Grayscale: #9F9F9F. Windows color (decimal): -5332876 or 7643310. OLE color: 7643310.

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

Color convert

RGB 174 160 116 -
CMYK 0 0.08 0.33 0.32
HSL 45.52º 0.26% 0.57% -
HSV(B) 45.52º 0.33% 0.68% -
XYZ 33.18 35.4 21.61 -
YUV 159.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 174 160 116 0 0.08 0.33 0.32 45.52 0.26 0.57
Hex AE A0 74 0 8 21 20 2E 1A 39
Octal 256 240 164 0 10 41 40 56 32 71
Binary 10101110 10100000 1110100 0 1000 100001 100000 101110 11010 111001

Color Harmonies of #AEA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA074

Black with #AEA074

Text Example


Text Example

White with #AEA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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