Html Css Color HEX #AE9F50 Husk

📋 copy color: '#AE9F50'

red 174 ◦ green 159 ◦ blue 80

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

Shades of Husk #AE9F50

Tints of Husk #AE9F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.5%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 42.13%
G = 38.5%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE9F50 (or 0xAE9F50) is known color: Husk. HEX triplet: AE, 9F and 50. RGB value is (174,159,80). Sum of RGB (Red+Green+Blue) = 174+159+80=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9F50 is #5160AF. Grayscale: #9A9A9A. Windows color (decimal): -5333168 or 5283758. OLE color: 5283758.

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

Color convert

RGB 174 159 80 -
CMYK 0 0.09 0.54 0.32
HSL 50.43º 0.37% 0.5% -
HSV(B) 50.43º 0.54% 0.68% -
XYZ 31.3 34.37 12.57 -
YUV 154.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 174 159 80 0 0.09 0.54 0.32 50.43 0.37 0.5
Hex AE 9F 50 0 9 36 20 32 25 32
Octal 256 237 120 0 11 66 40 62 45 62
Binary 10101110 10011111 1010000 0 1001 110110 100000 110010 100101 110010

Color Harmonies of #AE9F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9F50

Black with #AE9F50

Text Example


Text Example

White with #AE9F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9F50; }

 p { color: rgb(174,159,80); }

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

background-color css

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

 a { background-color: rgb(174,159,80); }

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

border-color css

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

 span { border-color: rgb(174,159,80); }

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