#AEA26B

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

Shades of Gimblet #AEA26B

Tints of Gimblet #AEA26B

Color information

#AEA26B (or 0xAEA26B) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 6B. RGB value is (174,162,107). Sum of RGB (Red+Green+Blue) = 174+162+107=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 107 (42.19% from 255 or 24.15% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA26B is #515D94. Grayscale: #9F9F9F. Windows color (decimal): -5332373 or 7053998. OLE color: 7053998.

HSL color Cylindrical-coordinate representation of color #AEA26B: hue angle of 49.25º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEA26B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB174162107-
CMYK00.070.390.32
HSL49.25º29.26%55.1%-
HSV(B)49.25º38.51%68.24%-
XYZ33.0335.919.1-
YUV159.3298.48138.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 107 (42.19% from 255) = 24.15%
R=39.28%
G=36.57%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416210700.070.390.3249.2529.2655.1
HexAEA26B072720311d37
Octal256242153074740613567
Binary10101110101000101101011011110011110000011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA26B; }

 p { color: rgb(174,162,107); }

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

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

 a { background-color: rgb(174,162,107); }

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

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

 span { border-color: rgb(174,162,107); }

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