#AEA769

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

Shades of Gimblet #AEA769

Tints of Gimblet #AEA769

Color information

#AEA769 (or 0xAEA769) is unknown color: approx Gimblet. HEX triplet: AE, A7 and 69. RGB value is (174,167,105). Sum of RGB (Red+Green+Blue) = 174+167+105=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA769 is #515896. Grayscale: #A2A2A2. Windows color (decimal): -5331095 or 6924206. OLE color: 6924206.

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

Color convert

RGB174167105-
CMYK00.040.400.32
HSL53.91º29.87%54.71%-
HSV(B)53.91º39.66%68.24%-
XYZ33.8237.6618.85-
YUV162.0295.82136.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 167 (65.62% from 255) = 37.44%
BLUE value IS 105 (41.41% from 255) = 23.54%
R=39.01%
G=37.44%
B=23.54%

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
Decimal17416710500.040.400.3253.9129.8754.71
HexAEA769042820361e37
Octal256247151045040663667
Binary10101110101001111101001010010100010000011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA769; }

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

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

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

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

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

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

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

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