Html Css Color HEX #AE9450 Husk

📋 copy color: '#AE9450'

red 174 ◦ green 148 ◦ blue 80

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

Shades of Husk #AE9450

Tints of Husk #AE9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 43.28%
G = 36.82%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE9450 (or 0xAE9450) is known color: Husk. HEX triplet: AE, 94 and 50. RGB value is (174,148,80). Sum of RGB (Red+Green+Blue) = 174+148+80=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9450 is #516BAF. Grayscale: #949494. Windows color (decimal): -5335984 or 5280942. OLE color: 5280942.

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

Color convert

RGB 174 148 80 -
CMYK 0 0.15 0.54 0.32
HSL 43.4º 0.37% 0.5% -
HSV(B) 43.4º 0.54% 0.68% -
XYZ 29.49 30.76 11.97 -
YUV 148.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 174 148 80 0 0.15 0.54 0.32 43.4 0.37 0.5
Hex AE 94 50 0 F 36 20 2B 25 32
Octal 256 224 120 0 17 66 40 53 45 62
Binary 10101110 10010100 1010000 0 1111 110110 100000 101011 100101 110010

Color Harmonies of #AE9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9450

Black with #AE9450

Text Example


Text Example

White with #AE9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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