#AEA267

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

Shades of Gimblet #AEA267

Tints of Gimblet #AEA267

Color information

#AEA267 (or 0xAEA267) is unknown color: approx Gimblet. HEX triplet: AE, A2 and 67. RGB value is (174,162,103). Sum of RGB (Red+Green+Blue) = 174+162+103=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA267 is #515D98. Grayscale: #9F9F9F. Windows color (decimal): -5332377 or 6791854. OLE color: 6791854.

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

Color convert

RGB174162103-
CMYK00.070.410.32
HSL49.86º30.47%54.31%-
HSV(B)49.86º40.8%68.24%-
XYZ32.8235.8218.02-
YUV158.8696.48138.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.64%
GREEN value IS 162 (63.67% from 255) = 36.90%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=39.64%
G=36.90%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416210300.070.410.3249.8630.4754.31
HexAEA267072920321e36
Octal256242147075140623666
Binary10101110101000101100111011110100110000011001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA267; }

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

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

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

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

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

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

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

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