Html Css Color HEX #AE9850 Husk

📋 copy color: '#AE9850'

red 174 ◦ green 152 ◦ blue 80

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

Shades of Husk #AE9850

Tints of Husk #AE9850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 42.86%
G = 37.44%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE9850 (or 0xAE9850) is known color: Husk. HEX triplet: AE, 98 and 50. RGB value is (174,152,80). Sum of RGB (Red+Green+Blue) = 174+152+80=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9850 is #5167AF. Grayscale: #969696. Windows color (decimal): -5334960 or 5281966. OLE color: 5281966.

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

Color convert

RGB 174 152 80 -
CMYK 0 0.13 0.54 0.32
HSL 45.96º 0.37% 0.5% -
HSV(B) 45.96º 0.54% 0.68% -
XYZ 30.13 32.03 12.18 -
YUV 150.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 174 152 80 0 0.13 0.54 0.32 45.96 0.37 0.5
Hex AE 98 50 0 D 36 20 2E 25 32
Octal 256 230 120 0 15 66 40 56 45 62
Binary 10101110 10011000 1010000 0 1101 110110 100000 101110 100101 110010

Color Harmonies of #AE9850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9850

Black with #AE9850

Text Example


Text Example

White with #AE9850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9850; }

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

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

background-color css

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

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

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

border-color css

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

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

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