#AEA765

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

Shades of Gimblet #AEA765

Tints of Gimblet #AEA765

Color information

#AEA765 (or 0xAEA765) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 65. RGB value is (174,167,101). Sum of RGB (Red+Green+Blue) = 174+167+101=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA765 is #51589A. Grayscale: #A1A1A1. Windows color (decimal): -5331099 or 6662062. OLE color: 6662062.

HSL color Cylindrical-coordinate representation of color #AEA765: hue angle of 54.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AEA765 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB174167101-
CMYK00.040.420.32
HSL54.25º31.06%53.92%-
HSV(B)54.25º41.95%68.24%-
XYZ33.6237.5817.79-
YUV161.5793.82136.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 167 (65.62% from 255) = 37.78%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=39.37%
G=37.78%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416710100.040.420.3254.2531.0653.92
HexAEA765042A20361f36
Octal256247145045240663766
Binary10101110101001111100101010010101010000011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA765; }

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

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

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

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

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

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

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

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