Html Css Color HEX #AEA063 Gimblet

📋 copy color: '#AEA063'

red 174 ◦ green 160 ◦ blue 99

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

Shades of Gimblet #AEA063

Tints of Gimblet #AEA063

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 40.18%
G = 36.95%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AEA063 (or 0xAEA063) is known color: Gimblet. HEX triplet: AE, A0 and 63. RGB value is (174,160,99). Sum of RGB (Red+Green+Blue) = 174+160+99=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA063 is #515F9C. Grayscale: #9D9D9D. Windows color (decimal): -5332893 or 6529198. OLE color: 6529198.

HSL color Cylindrical-coordinate representation of color #AEA063: hue angle of 48.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEA063 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 99 -
CMYK 0 0.08 0.43 0.32
HSL 48.8º 0.32% 0.54% -
HSV(B) 48.8º 0.43% 0.68% -
XYZ 32.28 35.04 16.87 -
YUV 157.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 174 160 99 0 0.08 0.43 0.32 48.8 0.32 0.54
Hex AE A0 63 0 8 2B 20 31 20 36
Octal 256 240 143 0 10 53 40 61 40 66
Binary 10101110 10100000 1100011 0 1000 101011 100000 110001 100000 110110

Color Harmonies of #AEA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA063

Black with #AEA063

Text Example


Text Example

White with #AEA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA063; }

 p { color: rgb(174,160,99); }

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

background-color css

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

 a { background-color: rgb(174,160,99); }

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

border-color css

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

 span { border-color: rgb(174,160,99); }

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