#AEAB6B

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

Shades of Gimblet #AEAB6B

Tints of Gimblet #AEAB6B

Color information

#AEAB6B (or 0xAEAB6B) is unknown color: approx Gimblet. HEX triplet: AE, AB and 6B. RGB value is (174,171,107). Sum of RGB (Red+Green+Blue) = 174+171+107=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6B is #515494. Grayscale: #A4A4A4. Windows color (decimal): -5330069 or 7056302. OLE color: 7056302.

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

Color convert

RGB174171107-
CMYK00.020.390.32
HSL57.31º29.26%55.1%-
HSV(B)57.31º38.51%68.24%-
XYZ34.6739.1919.65-
YUV164.695.49134.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 107 (42.19% from 255) = 23.67%
R=38.50%
G=37.83%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417110700.020.390.3257.3129.2655.1
HexAEAB6B022720391d37
Octal256253153024740713567
Binary1010111010101011110101101010011110000011100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB6B; }

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

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

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

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

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

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

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

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