Html Css Color HEX #AE944C Husk

📋 copy color: '#AE944C'

red 174 ◦ green 148 ◦ blue 76

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

Shades of Husk #AE944C

Tints of Husk #AE944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.1%

R = 43.72%
G = 37.19%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE944C (or 0xAE944C) is known color: Husk. HEX triplet: AE, 94 and 4C. RGB value is (174,148,76). Sum of RGB (Red+Green+Blue) = 174+148+76=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE944C is #516BB3. Grayscale: #939393. Windows color (decimal): -5335988 or 5018798. OLE color: 5018798.

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

Color convert

RGB 174 148 76 -
CMYK 0 0.15 0.56 0.32
HSL 44.08º 0.39% 0.49% -
HSV(B) 44.08º 0.56% 0.68% -
XYZ 29.35 30.7 11.22 -
YUV 147.57 87.61 146.85 -
System Red Green Blue C M Y K H S L
Decimal 174 148 76 0 0.15 0.56 0.32 44.08 0.39 0.49
Hex AE 94 4C 0 F 38 20 2C 27 31
Octal 256 224 114 0 17 70 40 54 47 61
Binary 10101110 10010100 1001100 0 1111 111000 100000 101100 100111 110001

Color Harmonies of #AE944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE944C

Black with #AE944C

Text Example


Text Example

White with #AE944C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE944C; }

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

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

background-color css

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

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

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

border-color css

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

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

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