#AEA168

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

Shades of Gimblet #AEA168

Tints of Gimblet #AEA168

Color information

#AEA168 (or 0xAEA168) is unknown color: approx Gimblet. HEX triplet: AE, A1 and 68. RGB value is (174,161,104). Sum of RGB (Red+Green+Blue) = 174+161+104=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 104 (41.02% from 255 or 23.69% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA168 is #515E97. Grayscale: #9E9E9E. Windows color (decimal): -5332632 or 6857134. OLE color: 6857134.

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

Color convert

RGB174161104-
CMYK00.070.400.32
HSL48.86º30.17%54.51%-
HSV(B)48.86º40.23%68.24%-
XYZ32.735.4918.22-
YUV158.3997.31139.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 104 (41.02% from 255) = 23.69%
R=39.64%
G=36.67%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416110400.070.400.3248.8630.1754.51
HexAEA168072820311e37
Octal256241150075040613667
Binary10101110101000011101000011110100010000011000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA168; }

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

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

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

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

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

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

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

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