Html Css Color HEX #AE924C Husk

📋 copy color: '#AE924C'

red 174 ◦ green 146 ◦ blue 76

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

Shades of Husk #AE924C

Tints of Husk #AE924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 43.94%
G = 36.87%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE924C (or 0xAE924C) is known color: Husk. HEX triplet: AE, 92 and 4C. RGB value is (174,146,76). Sum of RGB (Red+Green+Blue) = 174+146+76=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE924C is #516DB3. Grayscale: #929292. Windows color (decimal): -5336500 or 5018286. OLE color: 5018286.

HSL color Cylindrical-coordinate representation of color #AE924C: hue angle of 42.86º 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 #AE924C is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 146 76 -
CMYK 0 0.16 0.56 0.32
HSL 42.86º 0.39% 0.49% -
HSV(B) 42.86º 0.56% 0.68% -
XYZ 29.04 30.08 11.11 -
YUV 146.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 174 146 76 0 0.16 0.56 0.32 42.86 0.39 0.49
Hex AE 92 4C 0 10 38 20 2B 27 31
Octal 256 222 114 0 20 70 40 53 47 61
Binary 10101110 10010010 1001100 0 10000 111000 100000 101011 100111 110001

Color Harmonies of #AE924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE924C

Black with #AE924C

Text Example


Text Example

White with #AE924C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE924C; }

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

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

background-color css

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

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

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

border-color css

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

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

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