Html Css Color HEX #AEA356 Husk

📋 copy color: '#AEA356'

red 174 ◦ green 163 ◦ blue 86

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

Shades of Husk #AEA356

Tints of Husk #AEA356

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 86 (33.98% from 255) = 20.33%

R = 41.13%
G = 38.53%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AEA356 (or 0xAEA356) is known color: Husk. HEX triplet: AE, A3 and 56. RGB value is (174,163,86). Sum of RGB (Red+Green+Blue) = 174+163+86=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA356 is #515CA9. Grayscale: #9D9D9D. Windows color (decimal): -5332138 or 5677998. OLE color: 5677998.

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

Color convert

RGB 174 163 86 -
CMYK 0 0.06 0.51 0.32
HSL 52.5º 0.35% 0.51% -
HSV(B) 52.5º 0.51% 0.68% -
XYZ 32.23 35.86 14.03 -
YUV 157.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 174 163 86 0 0.06 0.51 0.32 52.5 0.35 0.51
Hex AE A3 56 0 6 33 20 34 23 33
Octal 256 243 126 0 6 63 40 64 43 63
Binary 10101110 10100011 1010110 0 110 110011 100000 110100 100011 110011

Color Harmonies of #AEA356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA356

Black with #AEA356

Text Example


Text Example

White with #AEA356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA356; }

 p { color: rgb(174,163,86); }

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

background-color css

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

 a { background-color: rgb(174,163,86); }

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

border-color css

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

 span { border-color: rgb(174,163,86); }

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