Html Css Color HEX #AE9D5D Husk

📋 copy color: '#AE9D5D'

red 174 ◦ green 157 ◦ blue 93

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

Shades of Husk #AE9D5D

Tints of Husk #AE9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 41.04%
G = 37.03%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE9D5D (or 0xAE9D5D) is known color: Husk. HEX triplet: AE, 9D and 5D. RGB value is (174,157,93). Sum of RGB (Red+Green+Blue) = 174+157+93=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9D5D is #5162A2. Grayscale: #9B9B9B. Windows color (decimal): -5333667 or 6135214. OLE color: 6135214.

HSL color Cylindrical-coordinate representation of color #AE9D5D: hue angle of 47.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE9D5D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 157 93 -
CMYK 0 0.10 0.47 0.32
HSL 47.41º 0.33% 0.52% -
HSV(B) 47.41º 0.47% 0.68% -
XYZ 31.49 33.9 15.24 -
YUV 154.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 174 157 93 0 0.10 0.47 0.32 47.41 0.33 0.52
Hex AE 9D 5D 0 A 2F 20 2F 21 34
Octal 256 235 135 0 12 57 40 57 41 64
Binary 10101110 10011101 1011101 0 1010 101111 100000 101111 100001 110100

Color Harmonies of #AE9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9D5D

Black with #AE9D5D

Text Example


Text Example

White with #AE9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9D5D; }

 p { color: rgb(174,157,93); }

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

background-color css

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

 a { background-color: rgb(174,157,93); }

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

border-color css

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

 span { border-color: rgb(174,157,93); }

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