#AAA467

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

Shades of Gimblet #AAA467

Tints of Gimblet #AAA467

Color information

#AAA467 (or 0xAAA467) is unknown color: approx Gimblet. HEX triplet: AA, A4 and 67. RGB value is (170,164,103). Sum of RGB (Red+Green+Blue) = 170+164+103=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA467 is #555B98. Grayscale: #9F9F9F. Windows color (decimal): -5594009 or 6792362. OLE color: 6792362.

HSL color Cylindrical-coordinate representation of color #AAA467: hue angle of 54.63º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AAA467 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB170164103-
CMYK00.040.390.33
HSL54.63º28.27%53.53%-
HSV(B)54.63º39.41%66.67%-
XYZ32.336.0818.09-
YUV158.8496.49135.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 164 (64.45% from 255) = 37.53%
BLUE value IS 103 (40.62% from 255) = 23.57%
R=38.90%
G=37.53%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016410300.040.390.3354.6328.2753.53
HexAAA467042721371c36
Octal252244147044741673466
Binary10101010101001001100111010010011110000111011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA467; }

 p { color: rgb(170,164,103); }

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

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

 a { background-color: rgb(170,164,103); }

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

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

 span { border-color: rgb(170,164,103); }

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