#A7A264

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

Shades of Gimblet #A7A264

Tints of Gimblet #A7A264

Color information

#A7A264 (or 0xA7A264) is unknown color: approx Gimblet. HEX triplet: A7, A2 and 64. RGB value is (167,162,100). Sum of RGB (Red+Green+Blue) = 167+162+100=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A264 is #585D9B. Grayscale: #9C9C9C. Windows color (decimal): -5791132 or 6595239. OLE color: 6595239.

HSL color Cylindrical-coordinate representation of color #A7A264: hue angle of 55.52º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7A264 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB167162100-
CMYK00.030.400.35
HSL55.52º27.57%52.35%-
HSV(B)55.52º40.12%65.49%-
XYZ31.1634.9817.17-
YUV156.4396.16135.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=38.93%
G=37.76%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716210000.030.400.3555.5227.5752.35
HexA7A264032823381c34
Octal247242144035043703464
Binary1010011110100010110010001110100010001111100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A264; }

 p { color: rgb(167,162,100); }

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

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

 a { background-color: rgb(167,162,100); }

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

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

 span { border-color: rgb(167,162,100); }

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