Html Css Color HEX #AE984D Husk

📋 copy color: '#AE984D'

red 174 ◦ green 152 ◦ blue 77

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

Shades of Husk #AE984D

Tints of Husk #AE984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

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

R = 43.18%
G = 37.72%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE984D (or 0xAE984D) is known color: Husk. HEX triplet: AE, 98 and 4D. RGB value is (174,152,77). Sum of RGB (Red+Green+Blue) = 174+152+77=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE984D is #5167B2. Grayscale: #969696. Windows color (decimal): -5334963 or 5085358. OLE color: 5085358.

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

Color convert

RGB 174 152 77 -
CMYK 0 0.13 0.56 0.32
HSL 46.39º 0.39% 0.49% -
HSV(B) 46.39º 0.56% 0.68% -
XYZ 30.02 31.99 11.61 -
YUV 150.03 86.79 145.1 -
System Red Green Blue C M Y K H S L
Decimal 174 152 77 0 0.13 0.56 0.32 46.39 0.39 0.49
Hex AE 98 4D 0 D 38 20 2E 27 31
Octal 256 230 115 0 15 70 40 56 47 61
Binary 10101110 10011000 1001101 0 1101 111000 100000 101110 100111 110001

Color Harmonies of #AE984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE984D

Black with #AE984D

Text Example


Text Example

White with #AE984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE984D; }

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

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

background-color css

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

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

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

border-color css

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

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

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