Html Css Color HEX #AE9A51 Husk

📋 copy color: '#AE9A51'

red 174 ◦ green 154 ◦ blue 81

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

Shades of Husk #AE9A51

Tints of Husk #AE9A51

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.65%

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 42.54%
G = 37.65%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE9A51 (or 0xAE9A51) is known color: Husk. HEX triplet: AE, 9A and 51. RGB value is (174,154,81). Sum of RGB (Red+Green+Blue) = 174+154+81=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9A51 is #5165AE. Grayscale: #979797. Windows color (decimal): -5334447 or 5348014. OLE color: 5348014.

HSL color Cylindrical-coordinate representation of color #AE9A51: hue angle of 47.1º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE9A51 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 154 81 -
CMYK 0 0.11 0.53 0.32
HSL 47.1º 0.36% 0.5% -
HSV(B) 47.1º 0.53% 0.68% -
XYZ 30.5 32.7 12.49 -
YUV 151.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 174 154 81 0 0.11 0.53 0.32 47.1 0.36 0.5
Hex AE 9A 51 0 B 35 20 2F 24 32
Octal 256 232 121 0 13 65 40 57 44 62
Binary 10101110 10011010 1010001 0 1011 110101 100000 101111 100100 110010

Color Harmonies of #AE9A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A51

Black with #AE9A51

Text Example


Text Example

White with #AE9A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A51; }

 p { color: rgb(174,154,81); }

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

background-color css

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

 a { background-color: rgb(174,154,81); }

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

border-color css

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

 span { border-color: rgb(174,154,81); }

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