Html Css Color HEX #AE9853 Husk

📋 copy color: '#AE9853'

red 174 ◦ green 152 ◦ blue 83

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

Shades of Husk #AE9853

Tints of Husk #AE9853

RGB

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

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

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

R = 42.54%
G = 37.16%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE9853 (or 0xAE9853) is known color: Husk. HEX triplet: AE, 98 and 53. RGB value is (174,152,83). Sum of RGB (Red+Green+Blue) = 174+152+83=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9853 is #5167AC. Grayscale: #979797. Windows color (decimal): -5334957 or 5478574. OLE color: 5478574.

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

Color convert

RGB 174 152 83 -
CMYK 0 0.13 0.52 0.32
HSL 45.49º 0.36% 0.5% -
HSV(B) 45.49º 0.52% 0.68% -
XYZ 30.25 32.08 12.78 -
YUV 150.71 89.79 144.61 -
System Red Green Blue C M Y K H S L
Decimal 174 152 83 0 0.13 0.52 0.32 45.49 0.36 0.5
Hex AE 98 53 0 D 34 20 2D 24 32
Octal 256 230 123 0 15 64 40 55 44 62
Binary 10101110 10011000 1010011 0 1101 110100 100000 101101 100100 110010

Color Harmonies of #AE9853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9853

Black with #AE9853

Text Example


Text Example

White with #AE9853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9853; }

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

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

background-color css

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

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

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

border-color css

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

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

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