Html Css Color HEX #AE9C47 Husk

📋 copy color: '#AE9C47'

red 174 ◦ green 156 ◦ blue 71

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

Shades of Husk #AE9C47

Tints of Husk #AE9C47

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

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

R = 43.39%
G = 38.9%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE9C47 (or 0xAE9C47) is known color: Husk. HEX triplet: AE, 9C and 47. RGB value is (174,156,71). Sum of RGB (Red+Green+Blue) = 174+156+71=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9C47 is #5163B8. Grayscale: #989898. Windows color (decimal): -5333945 or 4693166. OLE color: 4693166.

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

Color convert

RGB 174 156 71 -
CMYK 0 0.10 0.59 0.32
HSL 49.51º 0.42% 0.48% -
HSV(B) 49.51º 0.59% 0.68% -
XYZ 30.48 33.23 10.77 -
YUV 151.69 82.46 143.91 -
System Red Green Blue C M Y K H S L
Decimal 174 156 71 0 0.10 0.59 0.32 49.51 0.42 0.48
Hex AE 9C 47 0 A 3B 20 32 2A 30
Octal 256 234 107 0 12 73 40 62 52 60
Binary 10101110 10011100 1000111 0 1010 111011 100000 110010 101010 110000

Color Harmonies of #AE9C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C47

Black with #AE9C47

Text Example


Text Example

White with #AE9C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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