#AEA468

Color #AEA468 Gimblet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gimblet #AEA468

Tints of Gimblet #AEA468

Color information

#AEA468 (or 0xAEA468) is unknown color: approx Gimblet. HEX triplet: AE, A4 and 68. RGB value is (174,164,104). Sum of RGB (Red+Green+Blue) = 174+164+104=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 104 (41.02% from 255 or 23.53% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA468 is #515B97. Grayscale: #A0A0A0. Windows color (decimal): -5331864 or 6857902. OLE color: 6857902.

HSL color Cylindrical-coordinate representation of color #AEA468: hue angle of 51.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA468 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174164104-
CMYK00.060.400.32
HSL51.43º30.17%54.51%-
HSV(B)51.43º40.23%68.24%-
XYZ33.2336.5518.4-
YUV160.1596.31137.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 164 (64.45% from 255) = 37.10%
BLUE value IS 104 (41.02% from 255) = 23.53%
R=39.37%
G=37.10%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416410400.060.400.3251.4330.1754.51
HexAEA468062820331e37
Octal256244150065040633667
Binary10101110101001001101000011010100010000011001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA468; }

 p { color: rgb(174,164,104); }

 H1.HeaderClassName
 {
   color: #AEA468;
 }
 .AnyTagClassName
 {
   color: #AEA468;
 }
</style>
background-color css

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

 a { background-color: rgb(174,164,104); }

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

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

 span { border-color: rgb(174,164,104); }

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