Html Css Color HEX #AEA057 Husk

📋 copy color: '#AEA057'

red 174 ◦ green 160 ◦ blue 87

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

Shades of Husk #AEA057

Tints of Husk #AEA057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 41.33%
G = 38%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AEA057 (or 0xAEA057) is known color: Husk. HEX triplet: AE, A0 and 57. RGB value is (174,160,87). Sum of RGB (Red+Green+Blue) = 174+160+87=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA057 is #515FA8. Grayscale: #9C9C9C. Windows color (decimal): -5332905 or 5742766. OLE color: 5742766.

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

Color convert

RGB 174 160 87 -
CMYK 0 0.08 0.5 0.32
HSL 50.34º 0.35% 0.51% -
HSV(B) 50.34º 0.5% 0.68% -
XYZ 31.75 34.83 14.07 -
YUV 155.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 174 160 87 0 0.08 0.5 0.32 50.34 0.35 0.51
Hex AE A0 57 0 8 32 20 32 23 33
Octal 256 240 127 0 10 62 40 62 43 63
Binary 10101110 10100000 1010111 0 1000 110010 100000 110010 100011 110011

Color Harmonies of #AEA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA057

Black with #AEA057

Text Example


Text Example

White with #AEA057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA057; }

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

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

background-color css

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

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

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

border-color css

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

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

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