#AEAB6D

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

Shades of Gimblet #AEAB6D

Tints of Gimblet #AEAB6D

Color information

#AEAB6D (or 0xAEAB6D) is unknown color: approx Gimblet. HEX triplet: AE, AB and 6D. RGB value is (174,171,109). Sum of RGB (Red+Green+Blue) = 174+171+109=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6D is #515492. Grayscale: #A5A5A5. Windows color (decimal): -5330067 or 7187374. OLE color: 7187374.

HSL color Cylindrical-coordinate representation of color #AEAB6D: hue angle of 57.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEAB6D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174171109-
CMYK00.020.370.32
HSL57.23º28.63%55.49%-
HSV(B)57.23º37.36%68.24%-
XYZ34.7839.2320.21-
YUV164.8396.49134.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=38.33%
G=37.67%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110900.020.370.3257.2328.6355.49
HexAEAB6D022520391d37
Octal256253155024540713567
Binary1010111010101011110110101010010110000011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB6D; }

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

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

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

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

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

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

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

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