Html Css Color HEX #AE9959 Husk

📋 copy color: '#AE9959'

red 174 ◦ green 153 ◦ blue 89

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

Shades of Husk #AE9959

Tints of Husk #AE9959

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.78%

 BLUE value IS 89 (35.16% from 255) = 21.39%

R = 41.83%
G = 36.78%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE9959 (or 0xAE9959) is known color: Husk. HEX triplet: AE, 99 and 59. RGB value is (174,153,89). Sum of RGB (Red+Green+Blue) = 174+153+89=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9959 is #5166A6. Grayscale: #989898. Windows color (decimal): -5334695 or 5872046. OLE color: 5872046.

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

Color convert

RGB 174 153 89 -
CMYK 0 0.12 0.49 0.32
HSL 45.18º 0.34% 0.52% -
HSV(B) 45.18º 0.49% 0.68% -
XYZ 30.65 32.5 14.11 -
YUV 151.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 174 153 89 0 0.12 0.49 0.32 45.18 0.34 0.52
Hex AE 99 59 0 C 31 20 2D 22 34
Octal 256 231 131 0 14 61 40 55 42 64
Binary 10101110 10011001 1011001 0 1100 110001 100000 101101 100010 110100

Color Harmonies of #AE9959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9959

Black with #AE9959

Text Example


Text Example

White with #AE9959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9959; }

 p { color: rgb(174,153,89); }

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

background-color css

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

 a { background-color: rgb(174,153,89); }

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

border-color css

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

 span { border-color: rgb(174,153,89); }

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