Html Css Color HEX #AE9448 Husk

📋 copy color: '#AE9448'

red 174 ◦ green 148 ◦ blue 72

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

Shades of Husk #AE9448

Tints of Husk #AE9448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 72 (28.52% from 255) = 18.27%

R = 44.16%
G = 37.56%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE9448 (or 0xAE9448) is known color: Husk. HEX triplet: AE, 94 and 48. RGB value is (174,148,72). Sum of RGB (Red+Green+Blue) = 174+148+72=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9448 is #516BB7. Grayscale: #939393. Windows color (decimal): -5335992 or 4756654. OLE color: 4756654.

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

Color convert

RGB 174 148 72 -
CMYK 0 0.15 0.59 0.32
HSL 44.71º 0.41% 0.48% -
HSV(B) 44.71º 0.59% 0.68% -
XYZ 29.22 30.65 10.51 -
YUV 147.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 174 148 72 0 0.15 0.59 0.32 44.71 0.41 0.48
Hex AE 94 48 0 F 3B 20 2D 29 30
Octal 256 224 110 0 17 73 40 55 51 60
Binary 10101110 10010100 1001000 0 1111 111011 100000 101101 101001 110000

Color Harmonies of #AE9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9448

Black with #AE9448

Text Example


Text Example

White with #AE9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9448; }

 p { color: rgb(174,148,72); }

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

background-color css

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

 a { background-color: rgb(174,148,72); }

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

border-color css

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

 span { border-color: rgb(174,148,72); }

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