Html Css Color HEX #AE9756 Husk

📋 copy color: '#AE9756'

red 174 ◦ green 151 ◦ blue 86

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

Shades of Husk #AE9756

Tints of Husk #AE9756

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 86 (33.98% from 255) = 20.92%

R = 42.34%
G = 36.74%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE9756 (or 0xAE9756) is known color: Husk. HEX triplet: AE, 97 and 56. RGB value is (174,151,86). Sum of RGB (Red+Green+Blue) = 174+151+86=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9756 is #5168A9. Grayscale: #969696. Windows color (decimal): -5335210 or 5674926. OLE color: 5674926.

HSL color Cylindrical-coordinate representation of color #AE9756: hue angle of 44.32º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE9756 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 151 86 -
CMYK 0 0.13 0.51 0.32
HSL 44.32º 0.35% 0.51% -
HSV(B) 44.32º 0.51% 0.68% -
XYZ 30.2 31.8 13.35 -
YUV 150.47 91.62 144.79 -
System Red Green Blue C M Y K H S L
Decimal 174 151 86 0 0.13 0.51 0.32 44.32 0.35 0.51
Hex AE 97 56 0 D 33 20 2C 23 33
Octal 256 227 126 0 15 63 40 54 43 63
Binary 10101110 10010111 1010110 0 1101 110011 100000 101100 100011 110011

Color Harmonies of #AE9756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9756

Black with #AE9756

Text Example


Text Example

White with #AE9756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9756; }

 p { color: rgb(174,151,86); }

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

background-color css

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

 a { background-color: rgb(174,151,86); }

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

border-color css

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

 span { border-color: rgb(174,151,86); }

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