#AEA367

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

Shades of Gimblet #AEA367

Tints of Gimblet #AEA367

Color information

#AEA367 (or 0xAEA367) is unknown color: approx Gimblet. HEX triplet: AE, A3 and 67. RGB value is (174,163,103). Sum of RGB (Red+Green+Blue) = 174+163+103=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA367 is #515C98. Grayscale: #9F9F9F. Windows color (decimal): -5332121 or 6792110. OLE color: 6792110.

HSL color Cylindrical-coordinate representation of color #AEA367: hue angle of 50.7º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEA367 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174163103-
CMYK00.060.410.32
HSL50.7º30.47%54.31%-
HSV(B)50.7º40.8%68.24%-
XYZ3336.1718.07-
YUV159.4596.14138.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=39.55%
G=37.05%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416310300.060.410.3250.730.4754.31
HexAEA367062920331e36
Octal256243147065140633666
Binary10101110101000111100111011010100110000011001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA367; }

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

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

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

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

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

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

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

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