Html Css Color HEX #AE9E4D Husk

📋 copy color: '#AE9E4D'

red 174 ◦ green 158 ◦ blue 77

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

Shades of Husk #AE9E4D

Tints of Husk #AE9E4D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.63%

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 42.54%
G = 38.63%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE9E4D (or 0xAE9E4D) is known color: Husk. HEX triplet: AE, 9E and 4D. RGB value is (174,158,77). Sum of RGB (Red+Green+Blue) = 174+158+77=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E4D is #5161B2. Grayscale: #999999. Windows color (decimal): -5333427 or 5086894. OLE color: 5086894.

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

Color convert

RGB 174 158 77 -
CMYK 0 0.09 0.56 0.32
HSL 50.1º 0.39% 0.49% -
HSV(B) 50.1º 0.56% 0.68% -
XYZ 31.02 33.99 11.95 -
YUV 153.55 84.8 142.59 -
System Red Green Blue C M Y K H S L
Decimal 174 158 77 0 0.09 0.56 0.32 50.1 0.39 0.49
Hex AE 9E 4D 0 9 38 20 32 27 31
Octal 256 236 115 0 11 70 40 62 47 61
Binary 10101110 10011110 1001101 0 1001 111000 100000 110010 100111 110001

Color Harmonies of #AE9E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E4D

Black with #AE9E4D

Text Example


Text Example

White with #AE9E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E4D; }

 p { color: rgb(174,158,77); }

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

background-color css

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

 a { background-color: rgb(174,158,77); }

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

border-color css

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

 span { border-color: rgb(174,158,77); }

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