Html Css Color HEX #AEA355 Husk

📋 copy color: '#AEA355'

red 174 ◦ green 163 ◦ blue 85

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

Shades of Husk #AEA355

Tints of Husk #AEA355

RGB

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

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

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

R = 41.23%
G = 38.63%
B = 20.14%

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

#AEA355 (or 0xAEA355) is known color: Husk. HEX triplet: AE, A3 and 55. RGB value is (174,163,85). Sum of RGB (Red+Green+Blue) = 174+163+85=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 85 (33.59% from 255 or 20.14% from 422); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA355 is #515CAA. Grayscale: #9D9D9D. Windows color (decimal): -5332139 or 5612462. OLE color: 5612462.

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

Color convert

RGB 174 163 85 -
CMYK 0 0.06 0.51 0.32
HSL 52.58º 0.35% 0.51% -
HSV(B) 52.58º 0.51% 0.68% -
XYZ 32.19 35.85 13.82 -
YUV 157.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 174 163 85 0 0.06 0.51 0.32 52.58 0.35 0.51
Hex AE A3 55 0 6 33 20 35 23 33
Octal 256 243 125 0 6 63 40 65 43 63
Binary 10101110 10100011 1010101 0 110 110011 100000 110101 100011 110011

Color Harmonies of #AEA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA355

Black with #AEA355

Text Example


Text Example

White with #AEA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA355; }

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

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

background-color css

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

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

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

border-color css

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

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

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