Html Css Color HEX #AE9B51 Husk

📋 copy color: '#AE9B51'

red 174 ◦ green 155 ◦ blue 81

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

Shades of Husk #AE9B51

Tints of Husk #AE9B51

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 81 (32.03% from 255) = 19.76%

R = 42.44%
G = 37.8%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE9B51 (or 0xAE9B51) is known color: Husk. HEX triplet: AE, 9B and 51. RGB value is (174,155,81). Sum of RGB (Red+Green+Blue) = 174+155+81=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B51 is #5164AE. Grayscale: #989898. Windows color (decimal): -5334191 or 5348270. OLE color: 5348270.

HSL color Cylindrical-coordinate representation of color #AE9B51: hue angle of 47.74º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE9B51 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 155 81 -
CMYK 0 0.11 0.53 0.32
HSL 47.74º 0.36% 0.5% -
HSV(B) 47.74º 0.53% 0.68% -
XYZ 30.66 33.04 12.54 -
YUV 152.25 87.79 143.52 -
System Red Green Blue C M Y K H S L
Decimal 174 155 81 0 0.11 0.53 0.32 47.74 0.36 0.5
Hex AE 9B 51 0 B 35 20 30 24 32
Octal 256 233 121 0 13 65 40 60 44 62
Binary 10101110 10011011 1010001 0 1011 110101 100000 110000 100100 110010

Color Harmonies of #AE9B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B51

Black with #AE9B51

Text Example


Text Example

White with #AE9B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B51; }

 p { color: rgb(174,155,81); }

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

background-color css

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

 a { background-color: rgb(174,155,81); }

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

border-color css

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

 span { border-color: rgb(174,155,81); }

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