Html Css Color HEX #AE9B50 Husk

📋 copy color: '#AE9B50'

red 174 ◦ green 155 ◦ blue 80

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

Shades of Husk #AE9B50

Tints of Husk #AE9B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.56%

R = 42.54%
G = 37.9%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE9B50 (or 0xAE9B50) is known color: Husk. HEX triplet: AE, 9B and 50. RGB value is (174,155,80). Sum of RGB (Red+Green+Blue) = 174+155+80=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9B50 is #5164AF. Grayscale: #989898. Windows color (decimal): -5334192 or 5282734. OLE color: 5282734.

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

Color convert

RGB 174 155 80 -
CMYK 0 0.11 0.54 0.32
HSL 47.87º 0.37% 0.5% -
HSV(B) 47.87º 0.54% 0.68% -
XYZ 30.62 33.02 12.35 -
YUV 152.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 174 155 80 0 0.11 0.54 0.32 47.87 0.37 0.5
Hex AE 9B 50 0 B 36 20 30 25 32
Octal 256 233 120 0 13 66 40 60 45 62
Binary 10101110 10011011 1010000 0 1011 110110 100000 110000 100101 110010

Color Harmonies of #AE9B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B50

Black with #AE9B50

Text Example


Text Example

White with #AE9B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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