#AAA267

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

Shades of Gimblet #AAA267

Tints of Gimblet #AAA267

Color information

#AAA267 (or 0xAAA267) is unknown color: approx Gimblet. HEX triplet: AA, A2 and 67. RGB value is (170,162,103). Sum of RGB (Red+Green+Blue) = 170+162+103=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA267 is #555D98. Grayscale: #9D9D9D. Windows color (decimal): -5594521 or 6791850. OLE color: 6791850.

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

Color convert

RGB170162103-
CMYK00.050.390.33
HSL52.84º28.27%53.53%-
HSV(B)52.84º39.41%66.67%-
XYZ31.9535.3717.97-
YUV157.6797.15136.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=39.08%
G=37.24%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016210300.050.390.3352.8428.2753.53
HexAAA267052721351c36
Octal252242147054741653466
Binary10101010101000101100111010110011110000111010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA267; }

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

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

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

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

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

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

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

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