#AEA768

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

Shades of Gimblet #AEA768

Tints of Gimblet #AEA768

Color information

#AEA768 (or 0xAEA768) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 68. RGB value is (174,167,104). Sum of RGB (Red+Green+Blue) = 174+167+104=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA768 is #515897. Grayscale: #A2A2A2. Windows color (decimal): -5331096 or 6858670. OLE color: 6858670.

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

Color convert

RGB174167104-
CMYK00.040.400.32
HSL54º30.17%54.51%-
HSV(B)54º40.23%68.24%-
XYZ33.7737.6418.58-
YUV161.9195.32136.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=39.10%
G=37.53%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416710400.040.400.325430.1754.51
HexAEA768042820361e37
Octal256247150045040663667
Binary10101110101001111101000010010100010000011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA768; }

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

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

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

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

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

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

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

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