Html Css Color HEX #AEA04A Husk

📋 copy color: '#AEA04A'

red 174 ◦ green 160 ◦ blue 74

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

Shades of Husk #AEA04A

Tints of Husk #AEA04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 42.65%
G = 39.22%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AEA04A (or 0xAEA04A) is known color: Husk. HEX triplet: AE, A0 and 4A. RGB value is (174,160,74). Sum of RGB (Red+Green+Blue) = 174+160+74=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AEA04A is #515FB5. Grayscale: #9A9A9A. Windows color (decimal): -5332918 or 4890798. OLE color: 4890798.

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

Color convert

RGB 174 160 74 -
CMYK 0 0.08 0.57 0.32
HSL 51.6º 0.4% 0.49% -
HSV(B) 51.6º 0.57% 0.68% -
XYZ 31.26 34.63 11.52 -
YUV 154.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 174 160 74 0 0.08 0.57 0.32 51.6 0.4 0.49
Hex AE A0 4A 0 8 39 20 34 28 31
Octal 256 240 112 0 10 71 40 64 50 61
Binary 10101110 10100000 1001010 0 1000 111001 100000 110100 101000 110001

Color Harmonies of #AEA04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA04A

Black with #AEA04A

Text Example


Text Example

White with #AEA04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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