#A8A261

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

Shades of Gimblet #A8A261

Tints of Gimblet #A8A261

Color information

#A8A261 (or 0xA8A261) is unknown color: approx Gimblet. HEX triplet: A8, A2 and 61. RGB value is (168,162,97). Sum of RGB (Red+Green+Blue) = 168+162+97=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A261 is #575D9E. Grayscale: #9C9C9C. Windows color (decimal): -5725599 or 6398632. OLE color: 6398632.

HSL color Cylindrical-coordinate representation of color #A8A261: hue angle of 54.93º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8A261 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB16816297-
CMYK00.040.420.34
HSL54.93º28.98%51.96%-
HSV(B)54.93º42.26%65.88%-
XYZ31.2335.0316.42-
YUV156.3894.49136.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 162 (63.67% from 255) = 37.94%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=39.34%
G=37.94%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681629700.040.420.3454.9328.9851.96
HexA8A261042A22371d34
Octal250242141045242673564
Binary10101000101000101100001010010101010001011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A261; }

 p { color: rgb(168,162,97); }

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

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

 a { background-color: rgb(168,162,97); }

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

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

 span { border-color: rgb(168,162,97); }

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