Html Css Color HEX #AE9453 Husk

📋 copy color: '#AE9453'

red 174 ◦ green 148 ◦ blue 83

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

Shades of Husk #AE9453

Tints of Husk #AE9453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.49%

R = 42.96%
G = 36.54%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE9453 (or 0xAE9453) is known color: Husk. HEX triplet: AE, 94 and 53. RGB value is (174,148,83). Sum of RGB (Red+Green+Blue) = 174+148+83=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9453 is #516BAC. Grayscale: #949494. Windows color (decimal): -5335981 or 5477550. OLE color: 5477550.

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

Color convert

RGB 174 148 83 -
CMYK 0 0.15 0.52 0.32
HSL 42.86º 0.36% 0.5% -
HSV(B) 42.86º 0.52% 0.68% -
XYZ 29.61 30.8 12.57 -
YUV 148.36 91.11 146.29 -
System Red Green Blue C M Y K H S L
Decimal 174 148 83 0 0.15 0.52 0.32 42.86 0.36 0.5
Hex AE 94 53 0 F 34 20 2B 24 32
Octal 256 224 123 0 17 64 40 53 44 62
Binary 10101110 10010100 1010011 0 1111 110100 100000 101011 100100 110010

Color Harmonies of #AE9453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9453

Black with #AE9453

Text Example


Text Example

White with #AE9453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9453; }

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

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

background-color css

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

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

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

border-color css

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

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

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