Html Css Color HEX #AE9D48 Husk

📋 copy color: '#AE9D48'

red 174 ◦ green 157 ◦ blue 72

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

Shades of Husk #AE9D48

Tints of Husk #AE9D48

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 43.18%
G = 38.96%
B = 17.87%

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

#AE9D48 (or 0xAE9D48) is known color: Husk. HEX triplet: AE, 9D and 48. RGB value is (174,157,72). Sum of RGB (Red+Green+Blue) = 174+157+72=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9D48 is #5162B7. Grayscale: #989898. Windows color (decimal): -5333688 or 4758958. OLE color: 4758958.

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

Color convert

RGB 174 157 72 -
CMYK 0 0.10 0.59 0.32
HSL 50º 0.41% 0.48% -
HSV(B) 50º 0.59% 0.68% -
XYZ 30.68 33.58 11 -
YUV 152.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 174 157 72 0 0.10 0.59 0.32 50 0.41 0.48
Hex AE 9D 48 0 A 3B 20 32 29 30
Octal 256 235 110 0 12 73 40 62 51 60
Binary 10101110 10011101 1001000 0 1010 111011 100000 110010 101001 110000

Color Harmonies of #AE9D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D48

Black with #AE9D48

Text Example


Text Example

White with #AE9D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D48; }

 p { color: rgb(174,157,72); }

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

background-color css

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

 a { background-color: rgb(174,157,72); }

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

border-color css

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

 span { border-color: rgb(174,157,72); }

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