Html Css Color HEX #AE9B44 Husk

📋 copy color: '#AE9B44'

red 174 ◦ green 155 ◦ blue 68

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

Shades of Husk #AE9B44

Tints of Husk #AE9B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 43.83%
G = 39.04%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE9B44 (or 0xAE9B44) is known color: Husk. HEX triplet: AE, 9B and 44. RGB value is (174,155,68). Sum of RGB (Red+Green+Blue) = 174+155+68=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B44 is #5164BB. Grayscale: #979797. Windows color (decimal): -5334204 or 4496302. OLE color: 4496302.

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

Color convert

RGB 174 155 68 -
CMYK 0 0.11 0.61 0.32
HSL 49.25º 0.44% 0.47% -
HSV(B) 49.25º 0.61% 0.68% -
XYZ 30.22 32.86 10.22 -
YUV 150.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 174 155 68 0 0.11 0.61 0.32 49.25 0.44 0.47
Hex AE 9B 44 0 B 3D 20 31 2C 2F
Octal 256 233 104 0 13 75 40 61 54 57
Binary 10101110 10011011 1000100 0 1011 111101 100000 110001 101100 101111

Color Harmonies of #AE9B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B44

Black with #AE9B44

Text Example


Text Example

White with #AE9B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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