Html Css Color HEX #AE9E5C Husk

📋 copy color: '#AE9E5C'

red 174 ◦ green 158 ◦ blue 92

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

Shades of Husk #AE9E5C

Tints of Husk #AE9E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 41.04%
G = 37.26%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE9E5C (or 0xAE9E5C) is known color: Husk. HEX triplet: AE, 9E and 5C. RGB value is (174,158,92). Sum of RGB (Red+Green+Blue) = 174+158+92=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9E5C is #5161A3. Grayscale: #9B9B9B. Windows color (decimal): -5333412 or 6069934. OLE color: 6069934.

HSL color Cylindrical-coordinate representation of color #AE9E5C: hue angle of 48.29º degrees, saturation: 0.34, 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 #AE9E5C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 158 92 -
CMYK 0 0.09 0.47 0.32
HSL 48.29º 0.34% 0.52% -
HSV(B) 48.29º 0.47% 0.68% -
XYZ 31.61 34.23 15.07 -
YUV 155.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 174 158 92 0 0.09 0.47 0.32 48.29 0.34 0.52
Hex AE 9E 5C 0 9 2F 20 30 22 34
Octal 256 236 134 0 11 57 40 60 42 64
Binary 10101110 10011110 1011100 0 1001 101111 100000 110000 100010 110100

Color Harmonies of #AE9E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9E5C

Black with #AE9E5C

Text Example


Text Example

White with #AE9E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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