Html Css Color HEX #AEA352 Husk

📋 copy color: '#AEA352'

red 174 ◦ green 163 ◦ blue 82

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

Shades of Husk #AEA352

Tints of Husk #AEA352

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 41.53%
G = 38.9%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AEA352 (or 0xAEA352) is known color: Husk. HEX triplet: AE, A3 and 52. RGB value is (174,163,82). Sum of RGB (Red+Green+Blue) = 174+163+82=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA352 is #515CAD. Grayscale: #9D9D9D. Windows color (decimal): -5332142 or 5415854. OLE color: 5415854.

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

Color convert

RGB 174 163 82 -
CMYK 0 0.06 0.53 0.32
HSL 52.83º 0.36% 0.5% -
HSV(B) 52.83º 0.53% 0.68% -
XYZ 32.08 35.8 13.2 -
YUV 157.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 174 163 82 0 0.06 0.53 0.32 52.83 0.36 0.5
Hex AE A3 52 0 6 35 20 35 24 32
Octal 256 243 122 0 6 65 40 65 44 62
Binary 10101110 10100011 1010010 0 110 110101 100000 110101 100100 110010

Color Harmonies of #AEA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA352

Black with #AEA352

Text Example


Text Example

White with #AEA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA352; }

 p { color: rgb(174,163,82); }

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

background-color css

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

 a { background-color: rgb(174,163,82); }

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

border-color css

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

 span { border-color: rgb(174,163,82); }

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