Html Css Color HEX #AE9B5A Husk

📋 copy color: '#AE9B5A'

red 174 ◦ green 155 ◦ blue 90

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

Shades of Husk #AE9B5A

Tints of Husk #AE9B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.48%

R = 41.53%
G = 36.99%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE9B5A (or 0xAE9B5A) is known color: Husk. HEX triplet: AE, 9B and 5A. RGB value is (174,155,90). Sum of RGB (Red+Green+Blue) = 174+155+90=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B5A is #5164A5. Grayscale: #999999. Windows color (decimal): -5334182 or 5938094. OLE color: 5938094.

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

Color convert

RGB 174 155 90 -
CMYK 0 0.11 0.48 0.32
HSL 46.43º 0.34% 0.52% -
HSV(B) 46.43º 0.48% 0.68% -
XYZ 31.02 33.18 14.44 -
YUV 153.27 92.29 142.79 -
System Red Green Blue C M Y K H S L
Decimal 174 155 90 0 0.11 0.48 0.32 46.43 0.34 0.52
Hex AE 9B 5A 0 B 30 20 2E 22 34
Octal 256 233 132 0 13 60 40 56 42 64
Binary 10101110 10011011 1011010 0 1011 110000 100000 101110 100010 110100

Color Harmonies of #AE9B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B5A

Black with #AE9B5A

Text Example


Text Example

White with #AE9B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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