#AEA869

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

Shades of Gimblet #AEA869

Tints of Gimblet #AEA869

Color information

#AEA869 (or 0xAEA869) is unknown color: approx Gimblet. HEX triplet: AE, A8 and 69. RGB value is (174,168,105). Sum of RGB (Red+Green+Blue) = 174+168+105=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA869 is #515796. Grayscale: #A2A2A2. Windows color (decimal): -5330839 or 6924462. OLE color: 6924462.

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

Color convert

RGB174168105-
CMYK00.030.400.32
HSL54.78º29.87%54.71%-
HSV(B)54.78º39.66%68.24%-
XYZ34.0138.0218.91-
YUV162.6195.49136.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=38.93%
G=37.58%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416810500.030.400.3254.7829.8754.71
HexAEA869032820371e37
Octal256250151035040673667
Binary1010111010101000110100101110100010000011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA869; }

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

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

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

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

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

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

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

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