#AEAB68

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

Shades of Gimblet #AEAB68

Tints of Gimblet #AEAB68

Color information

#AEAB68 (or 0xAEAB68) is unknown color: approx Gimblet. HEX triplet: AE, AB and 68. RGB value is (174,171,104). Sum of RGB (Red+Green+Blue) = 174+171+104=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB68 is #515497. Grayscale: #A4A4A4. Windows color (decimal): -5330072 or 6859694. OLE color: 6859694.

HSL color Cylindrical-coordinate representation of color #AEAB68: hue angle of 57.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 #AEAB68 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174171104-
CMYK00.020.400.32
HSL57.43º30.17%54.51%-
HSV(B)57.43º40.23%68.24%-
XYZ34.5239.1218.83-
YUV164.2693.99134.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 171 (67.19% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=38.75%
G=38.08%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110400.020.400.3257.4330.1754.51
HexAEAB68022820391e37
Octal256253150025040713667
Binary1010111010101011110100001010100010000011100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB68; }

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

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

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

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

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

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

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

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