Html Css Color HEX #AE924F Husk

📋 copy color: '#AE924F'

red 174 ◦ green 146 ◦ blue 79

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

Shades of Husk #AE924F

Tints of Husk #AE924F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 43.61%
G = 36.59%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE924F (or 0xAE924F) is known color: Husk. HEX triplet: AE, 92 and 4F. RGB value is (174,146,79). Sum of RGB (Red+Green+Blue) = 174+146+79=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE924F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE924F is #516DB0. Grayscale: #939393. Windows color (decimal): -5336497 or 5214894. OLE color: 5214894.

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

Color convert

RGB 174 146 79 -
CMYK 0 0.16 0.55 0.32
HSL 42.32º 0.38% 0.5% -
HSV(B) 42.32º 0.55% 0.68% -
XYZ 29.15 30.12 11.67 -
YUV 146.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 174 146 79 0 0.16 0.55 0.32 42.32 0.38 0.5
Hex AE 92 4F 0 10 37 20 2A 26 32
Octal 256 222 117 0 20 67 40 52 46 62
Binary 10101110 10010010 1001111 0 10000 110111 100000 101010 100110 110010

Color Harmonies of #AE924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE924F

Black with #AE924F

Text Example


Text Example

White with #AE924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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