Html Css Color HEX #AEA255 Husk

📋 copy color: '#AEA255'

red 174 ◦ green 162 ◦ blue 85

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

Shades of Husk #AEA255

Tints of Husk #AEA255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 41.33%
G = 38.48%
B = 20.19%

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

#AEA255 (or 0xAEA255) is known color: Husk. HEX triplet: AE, A2 and 55. RGB value is (174,162,85). Sum of RGB (Red+Green+Blue) = 174+162+85=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA255 is #515DAA. Grayscale: #9D9D9D. Windows color (decimal): -5332395 or 5612206. OLE color: 5612206.

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

Color convert

RGB 174 162 85 -
CMYK 0 0.07 0.51 0.32
HSL 51.91º 0.35% 0.51% -
HSV(B) 51.91º 0.51% 0.68% -
XYZ 32.02 35.5 13.76 -
YUV 156.81 87.48 140.26 -
System Red Green Blue C M Y K H S L
Decimal 174 162 85 0 0.07 0.51 0.32 51.91 0.35 0.51
Hex AE A2 55 0 7 33 20 34 23 33
Octal 256 242 125 0 7 63 40 64 43 63
Binary 10101110 10100010 1010101 0 111 110011 100000 110100 100011 110011

Color Harmonies of #AEA255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA255

Black with #AEA255

Text Example


Text Example

White with #AEA255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA255; }

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

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

background-color css

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

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

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

border-color css

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

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

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