Html Css Color HEX #AE9547 Husk

📋 copy color: '#AE9547'

red 174 ◦ green 149 ◦ blue 71

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

Shades of Husk #AE9547

Tints of Husk #AE9547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 44.16%
G = 37.82%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE9547 (or 0xAE9547) is known color: Husk. HEX triplet: AE, 95 and 47. RGB value is (174,149,71). Sum of RGB (Red+Green+Blue) = 174+149+71=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9547 is #516AB8. Grayscale: #939393. Windows color (decimal): -5335737 or 4691374. OLE color: 4691374.

HSL color Cylindrical-coordinate representation of color #AE9547: hue angle of 45.44º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE9547 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 149 71 -
CMYK 0 0.14 0.59 0.32
HSL 45.44º 0.42% 0.48% -
HSV(B) 45.44º 0.59% 0.68% -
XYZ 29.34 30.95 10.39 -
YUV 147.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 174 149 71 0 0.14 0.59 0.32 45.44 0.42 0.48
Hex AE 95 47 0 E 3B 20 2D 2A 30
Octal 256 225 107 0 16 73 40 55 52 60
Binary 10101110 10010101 1000111 0 1110 111011 100000 101101 101010 110000

Color Harmonies of #AE9547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9547

Black with #AE9547

Text Example


Text Example

White with #AE9547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9547; }

 p { color: rgb(174,149,71); }

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

background-color css

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

 a { background-color: rgb(174,149,71); }

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

border-color css

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

 span { border-color: rgb(174,149,71); }

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