#AEA658

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

Shades of Gimblet #AEA658

Tints of Gimblet #AEA658

Color information

#AEA658 (or 0xAEA658) is unknown color: approx Gimblet. HEX triplet: AE, A6 and 58. RGB value is (174,166,88). Sum of RGB (Red+Green+Blue) = 174+166+88=428 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.65% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA658 is #5159A7. Grayscale: #9F9F9F. Windows color (decimal): -5331368 or 5809838. OLE color: 5809838.

HSL color Cylindrical-coordinate representation of color #AEA658: hue angle of 54.42º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEA658 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17416688-
CMYK00.050.490.32
HSL54.42º34.68%51.37%-
HSV(B)54.42º49.43%68.24%-
XYZ32.8536.9814.64-
YUV159.587.65138.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.65%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=40.65%
G=38.79%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741668800.050.490.3254.4234.6851.37
HexAEA658053120362333
Octal256246130056140664363
Binary101011101010011010110000101110001100000110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA658; }

 p { color: rgb(174,166,88); }

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

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

 a { background-color: rgb(174,166,88); }

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

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

 span { border-color: rgb(174,166,88); }

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