Html Css Color HEX #AE9A45 Husk

📋 copy color: '#AE9A45'

red 174 ◦ green 154 ◦ blue 69

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

Shades of Husk #AE9A45

Tints of Husk #AE9A45

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 43.83%
G = 38.79%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE9A45 (or 0xAE9A45) is known color: Husk. HEX triplet: AE, 9A and 45. RGB value is (174,154,69). Sum of RGB (Red+Green+Blue) = 174+154+69=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9A45 is #5165BA. Grayscale: #969696. Windows color (decimal): -5334459 or 4561582. OLE color: 4561582.

HSL color Cylindrical-coordinate representation of color #AE9A45: hue angle of 48.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE9A45 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 154 69 -
CMYK 0 0.11 0.60 0.32
HSL 48.57º 0.43% 0.48% -
HSV(B) 48.57º 0.6% 0.68% -
XYZ 30.09 32.54 10.33 -
YUV 150.29 82.13 144.91 -
System Red Green Blue C M Y K H S L
Decimal 174 154 69 0 0.11 0.60 0.32 48.57 0.43 0.48
Hex AE 9A 45 0 B 3C 20 31 2B 30
Octal 256 232 105 0 13 74 40 61 53 60
Binary 10101110 10011010 1000101 0 1011 111100 100000 110001 101011 110000

Color Harmonies of #AE9A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9A45

Black with #AE9A45

Text Example


Text Example

White with #AE9A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9A45; }

 p { color: rgb(174,154,69); }

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

background-color css

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

 a { background-color: rgb(174,154,69); }

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

border-color css

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

 span { border-color: rgb(174,154,69); }

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