#AAA767

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

Shades of Gimblet #AAA767

Tints of Gimblet #AAA767

Color information

#AAA767 (or 0xAAA767) is unknown color: approx Gimblet. HEX triplet: AA, A7 and 67. RGB value is (170,167,103). Sum of RGB (Red+Green+Blue) = 170+167+103=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA767 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA767 is #555898. Grayscale: #A0A0A0. Windows color (decimal): -5593241 or 6793130. OLE color: 6793130.

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

Color convert

RGB170167103-
CMYK00.020.390.33
HSL57.31º28.27%53.53%-
HSV(B)57.31º39.41%66.67%-
XYZ32.8437.1618.27-
YUV160.695.49134.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=38.64%
G=37.95%
B=23.41%

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
Decimal17016710300.020.390.3357.3128.2753.53
HexAAA767022721391c36
Octal252247147024741713466
Binary1010101010100111110011101010011110000111100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA767; }

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

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

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

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

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

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

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

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