#A7A265

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

Shades of Gimblet #A7A265

Tints of Gimblet #A7A265

Color information

#A7A265 (or 0xA7A265) is unknown color: approx Gimblet. HEX triplet: A7, A2 and 65. RGB value is (167,162,101). Sum of RGB (Red+Green+Blue) = 167+162+101=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7A265 is #585D9A. Grayscale: #9C9C9C. Windows color (decimal): -5791131 or 6660775. OLE color: 6660775.

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

Color convert

RGB167162101-
CMYK00.030.400.35
HSL55.45º27.27%52.55%-
HSV(B)55.45º39.52%65.49%-
XYZ31.213517.42-
YUV156.5496.66135.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=38.84%
G=37.67%
B=23.49%

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
Decimal16716210100.030.400.3555.4527.2752.55
HexA7A265032823371b35
Octal247242145035043673365
Binary1010011110100010110010101110100010001111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A265; }

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

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

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

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

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

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

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

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