Html Css Color HEX #AEA454 Husk

📋 copy color: '#AEA454'

red 174 ◦ green 164 ◦ blue 84

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

Shades of Husk #AEA454

Tints of Husk #AEA454

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

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

R = 41.23%
G = 38.86%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AEA454 (or 0xAEA454) is known color: Husk. HEX triplet: AE, A4 and 54. RGB value is (174,164,84). Sum of RGB (Red+Green+Blue) = 174+164+84=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA454 is #515BAB. Grayscale: #9E9E9E. Windows color (decimal): -5331884 or 5547182. OLE color: 5547182.

HSL color Cylindrical-coordinate representation of color #AEA454: hue angle of 53.33º 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 #AEA454 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 84 -
CMYK 0 0.06 0.52 0.32
HSL 53.33º 0.36% 0.51% -
HSV(B) 53.33º 0.52% 0.68% -
XYZ 32.33 36.19 13.67 -
YUV 157.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 174 164 84 0 0.06 0.52 0.32 53.33 0.36 0.51
Hex AE A4 54 0 6 34 20 35 24 33
Octal 256 244 124 0 6 64 40 65 44 63
Binary 10101110 10100100 1010100 0 110 110100 100000 110101 100100 110011

Color Harmonies of #AEA454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA454

Black with #AEA454

Text Example


Text Example

White with #AEA454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA454; }

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

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

background-color css

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

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

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

border-color css

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

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

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