Html Css Color HEX #AEA157 Husk

📋 copy color: '#AEA157'

red 174 ◦ green 161 ◦ blue 87

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

Shades of Husk #AEA157

Tints of Husk #AEA157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

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

R = 41.23%
G = 38.15%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AEA157 (or 0xAEA157) is known color: Husk. HEX triplet: AE, A1 and 57. RGB value is (174,161,87). Sum of RGB (Red+Green+Blue) = 174+161+87=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA157 is #515EA8. Grayscale: #9C9C9C. Windows color (decimal): -5332649 or 5743022. OLE color: 5743022.

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

Color convert

RGB 174 161 87 -
CMYK 0 0.07 0.5 0.32
HSL 51.03º 0.35% 0.51% -
HSV(B) 51.03º 0.5% 0.68% -
XYZ 31.92 35.18 14.12 -
YUV 156.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 174 161 87 0 0.07 0.5 0.32 51.03 0.35 0.51
Hex AE A1 57 0 7 32 20 33 23 33
Octal 256 241 127 0 7 62 40 63 43 63
Binary 10101110 10100001 1010111 0 111 110010 100000 110011 100011 110011

Color Harmonies of #AEA157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA157

Black with #AEA157

Text Example


Text Example

White with #AEA157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA157; }

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

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

background-color css

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

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

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

border-color css

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

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

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