#AAA667

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

Shades of Gimblet #AAA667

Tints of Gimblet #AAA667

Color information

#AAA667 (or 0xAAA667) is unknown color: approx Gimblet. HEX triplet: AA, A6 and 67. RGB value is (170,166,103). Sum of RGB (Red+Green+Blue) = 170+166+103=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA667 is #555998. Grayscale: #A0A0A0. Windows color (decimal): -5593497 or 6792874. OLE color: 6792874.

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

Color convert

RGB170166103-
CMYK00.020.390.33
HSL56.42º28.27%53.53%-
HSV(B)56.42º39.41%66.67%-
XYZ32.6636.818.21-
YUV160.0195.83135.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=38.72%
G=37.81%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016610300.020.390.3356.4228.2753.53
HexAAA667022721381c36
Octal252246147024741703466
Binary1010101010100110110011101010011110000111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA667; }

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

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

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

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

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

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

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

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