Html Css Color HEX #AEA04D Husk

📋 copy color: '#AEA04D'

red 174 ◦ green 160 ◦ blue 77

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

Shades of Husk #AEA04D

Tints of Husk #AEA04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 42.34%
G = 38.93%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AEA04D (or 0xAEA04D) is known color: Husk. HEX triplet: AE, A0 and 4D. RGB value is (174,160,77). Sum of RGB (Red+Green+Blue) = 174+160+77=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA04D is #515FB2. Grayscale: #9B9B9B. Windows color (decimal): -5332915 or 5087406. OLE color: 5087406.

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

Color convert

RGB 174 160 77 -
CMYK 0 0.08 0.56 0.32
HSL 51.34º 0.39% 0.49% -
HSV(B) 51.34º 0.56% 0.68% -
XYZ 31.37 34.68 12.06 -
YUV 154.72 84.14 141.75 -
System Red Green Blue C M Y K H S L
Decimal 174 160 77 0 0.08 0.56 0.32 51.34 0.39 0.49
Hex AE A0 4D 0 8 38 20 33 27 31
Octal 256 240 115 0 10 70 40 63 47 61
Binary 10101110 10100000 1001101 0 1000 111000 100000 110011 100111 110001

Color Harmonies of #AEA04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA04D

Black with #AEA04D

Text Example


Text Example

White with #AEA04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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