Html Css Color HEX #AEA054 Husk

📋 copy color: '#AEA054'

red 174 ◦ green 160 ◦ blue 84

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

Shades of Husk #AEA054

Tints of Husk #AEA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.1%

R = 41.63%
G = 38.28%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AEA054 (or 0xAEA054) is known color: Husk. HEX triplet: AE, A0 and 54. RGB value is (174,160,84). Sum of RGB (Red+Green+Blue) = 174+160+84=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA054 is #515FAB. Grayscale: #9B9B9B. Windows color (decimal): -5332908 or 5546158. OLE color: 5546158.

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

Color convert

RGB 174 160 84 -
CMYK 0 0.08 0.52 0.32
HSL 50.67º 0.36% 0.51% -
HSV(B) 50.67º 0.52% 0.68% -
XYZ 31.63 34.78 13.43 -
YUV 155.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 174 160 84 0 0.08 0.52 0.32 50.67 0.36 0.51
Hex AE A0 54 0 8 34 20 33 24 33
Octal 256 240 124 0 10 64 40 63 44 63
Binary 10101110 10100000 1010100 0 1000 110100 100000 110011 100100 110011

Color Harmonies of #AEA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA054

Black with #AEA054

Text Example


Text Example

White with #AEA054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA054; }

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

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

background-color css

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

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

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

border-color css

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

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

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