#AEA36B

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

Shades of Gimblet #AEA36B

Tints of Gimblet #AEA36B

Color information

#AEA36B (or 0xAEA36B) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 6B. RGB value is (174,163,107). Sum of RGB (Red+Green+Blue) = 174+163+107=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA36B is #515C94. Grayscale: #A0A0A0. Windows color (decimal): -5332117 or 7054254. OLE color: 7054254.

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

Color convert

RGB174163107-
CMYK00.060.390.32
HSL50.15º29.26%55.1%-
HSV(B)50.15º38.51%68.24%-
XYZ33.2136.2519.16-
YUV159.998.14138.05-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=39.19%
G=36.71%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416310700.060.390.3250.1529.2655.1
HexAEA36B062720321d37
Octal256243153064740623567
Binary10101110101000111101011011010011110000011001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA36B; }

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

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

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

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

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

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

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

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