Html Css Color HEX #AEA155 Husk

📋 copy color: '#AEA155'

red 174 ◦ green 161 ◦ blue 85

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

Shades of Husk #AEA155

Tints of Husk #AEA155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.24%

R = 41.43%
G = 38.33%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AEA155 (or 0xAEA155) is known color: Husk. HEX triplet: AE, A1 and 55. RGB value is (174,161,85). Sum of RGB (Red+Green+Blue) = 174+161+85=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA155 is #515EAA. Grayscale: #9C9C9C. Windows color (decimal): -5332651 or 5611950. OLE color: 5611950.

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

Color convert

RGB 174 161 85 -
CMYK 0 0.07 0.51 0.32
HSL 51.24º 0.35% 0.51% -
HSV(B) 51.24º 0.51% 0.68% -
XYZ 31.84 35.14 13.7 -
YUV 156.22 87.81 140.68 -
System Red Green Blue C M Y K H S L
Decimal 174 161 85 0 0.07 0.51 0.32 51.24 0.35 0.51
Hex AE A1 55 0 7 33 20 33 23 33
Octal 256 241 125 0 7 63 40 63 43 63
Binary 10101110 10100001 1010101 0 111 110011 100000 110011 100011 110011

Color Harmonies of #AEA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA155

Black with #AEA155

Text Example


Text Example

White with #AEA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA155; }

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

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

background-color css

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

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

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

border-color css

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

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

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