Html Css Color HEX #AE924D Husk

📋 copy color: '#AE924D'

red 174 ◦ green 146 ◦ blue 77

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

Shades of Husk #AE924D

Tints of Husk #AE924D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 43.83%
G = 36.78%
B = 19.4%

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

#AE924D (or 0xAE924D) is known color: Husk. HEX triplet: AE, 92 and 4D. RGB value is (174,146,77). Sum of RGB (Red+Green+Blue) = 174+146+77=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE924D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE924D is #516DB2. Grayscale: #929292. Windows color (decimal): -5336499 or 5083822. OLE color: 5083822.

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

Color convert

RGB 174 146 77 -
CMYK 0 0.16 0.56 0.32
HSL 42.68º 0.39% 0.49% -
HSV(B) 42.68º 0.56% 0.68% -
XYZ 29.07 30.09 11.3 -
YUV 146.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 174 146 77 0 0.16 0.56 0.32 42.68 0.39 0.49
Hex AE 92 4D 0 10 38 20 2B 27 31
Octal 256 222 115 0 20 70 40 53 47 61
Binary 10101110 10010010 1001101 0 10000 111000 100000 101011 100111 110001

Color Harmonies of #AE924D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE924D

Black with #AE924D

Text Example


Text Example

White with #AE924D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE924D; }

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

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

background-color css

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

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

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

border-color css

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

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

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