Html Css Color HEX #AEA253 Husk

📋 copy color: '#AEA253'

red 174 ◦ green 162 ◦ blue 83

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

Shades of Husk #AEA253

Tints of Husk #AEA253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.66%

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

R = 41.53%
G = 38.66%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AEA253 (or 0xAEA253) is known color: Husk. HEX triplet: AE, A2 and 53. RGB value is (174,162,83). Sum of RGB (Red+Green+Blue) = 174+162+83=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA253 is #515DAC. Grayscale: #9C9C9C. Windows color (decimal): -5332397 or 5481134. OLE color: 5481134.

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

Color convert

RGB 174 162 83 -
CMYK 0 0.07 0.52 0.32
HSL 52.09º 0.36% 0.5% -
HSV(B) 52.09º 0.52% 0.68% -
XYZ 31.94 35.46 13.35 -
YUV 156.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 174 162 83 0 0.07 0.52 0.32 52.09 0.36 0.5
Hex AE A2 53 0 7 34 20 34 24 32
Octal 256 242 123 0 7 64 40 64 44 62
Binary 10101110 10100010 1010011 0 111 110100 100000 110100 100100 110010

Color Harmonies of #AEA253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA253

Black with #AEA253

Text Example


Text Example

White with #AEA253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA253; }

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

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

background-color css

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

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

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

border-color css

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

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

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